]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Fix typo
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 18 Jul 2024 10:53:53 +0000 (12:53 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 18 Jul 2024 10:53:53 +0000 (12:53 +0200)
Our config parsing is flexible enough that this kind of worked surprisingly
enough.

mkosi.conf.d/10-centos/mkosi.conf

index c9c570375d9b4cf1f1abd80881b472b221c9f61e..d97b08138e6057ba1f2f72e41529bedf57d22fd2 100644 (file)
@@ -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