summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-07-18 12:53:53 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-07-18 12:53:53 +0200
commitac31804db7b679ae4a4ea028642b87e528ed3a6b (patch)
tree6b7db5880f3da54c873a4701f3141bc9d4f53667 /mkosi.conf.d
parentmkosi: Drop util-linux from centos/fedora packages (diff)
downloadsystemd-ac31804db7b679ae4a4ea028642b87e528ed3a6b.tar.xz
systemd-ac31804db7b679ae4a4ea028642b87e528ed3a6b.zip
mkosi: Fix typo
Our config parsing is flexible enough that this kind of worked surprisingly enough.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/10-centos/mkosi.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.conf.d/10-centos/mkosi.conf
index c9c570375d..d97b08138e 100644
--- a/mkosi.conf.d/10-centos/mkosi.conf
+++ b/mkosi.conf.d/10-centos/mkosi.conf
@@ -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