mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Fix typo
Our config parsing is flexible enough that this kind of worked surprisingly enough.
This commit is contained in:
parent
91cc65c5ad
commit
ac31804db7
@ -8,13 +8,12 @@ Release=10
|
||||
|
||||
[Content]
|
||||
Environment=
|
||||
Environment=
|
||||
# We'd prefer to use XFS here but it fails to mount on duplicate filesystem UUIDs which
|
||||
# happens when running tests in parallel so we use ext4 instead.
|
||||
SYSTEMD_REPART_OVERRIDE_FSTYPE_ROOT=ext4
|
||||
# The kernel versions in CentOS Stream 9 doesn't support orphan_file, but later versions of
|
||||
# mkfs.ext4 enabled it by default, so we disable it explicitly.
|
||||
SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"
|
||||
# We'd prefer to use XFS here but it fails to mount on duplicate filesystem UUIDs which
|
||||
# happens when running tests in parallel so we use ext4 instead.
|
||||
SYSTEMD_REPART_OVERRIDE_FSTYPE_ROOT=ext4
|
||||
# The kernel versions in CentOS Stream 9 doesn't support orphan_file, but later versions of
|
||||
# mkfs.ext4 enabled it by default, so we disable it explicitly.
|
||||
SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"
|
||||
|
||||
Packages=
|
||||
kernel-modules # For squashfs
|
||||
|
Loading…
Reference in New Issue
Block a user