summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d/10-centos
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:27:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-16 18:27:01 +0000
commit0acda3abb713d13ee9c7778766a1fff5bbfdd87e (patch)
treeabc5d8e66d598a5dc1fd96c99f7ca09adb063205 /mkosi.conf.d/10-centos
parentReleasing progress-linux version 256.4-3~progress7.99u1. (diff)
downloadsystemd-0acda3abb713d13ee9c7778766a1fff5bbfdd87e.tar.xz
systemd-0acda3abb713d13ee9c7778766a1fff5bbfdd87e.zip
Merging upstream version 256.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mkosi.conf.d/10-centos')
-rw-r--r--mkosi.conf.d/10-centos/mkosi.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.conf.d/10-centos/mkosi.conf
index d97b081..dd462ef 100644
--- a/mkosi.conf.d/10-centos/mkosi.conf
+++ b/mkosi.conf.d/10-centos/mkosi.conf
@@ -8,8 +8,9 @@ Release=10
[Content]
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.
+ # CentOS doesn't support btrfs so we have to use something else. 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.