summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-02 16:23:40 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-05 15:00:24 +0200
commitedc6592e532806fe9ac28400138d5d4e1492a7d0 (patch)
treedb09741a26bc09e7d2d25411fa8d9c679cbd1802 /mkosi.conf.d
parentmkosi: Enable Autologin= again on Debian (diff)
downloadsystemd-edc6592e532806fe9ac28400138d5d4e1492a7d0.tar.xz
systemd-edc6592e532806fe9ac28400138d5d4e1492a7d0.zip
mkosi: Switch back to btrfs
The next commit will introduce a way to iterate on integration tests which depends on btrfs specific features. We leave CentOS on ext4 as its kernel does not support btrfs.
Diffstat (limited to 'mkosi.conf.d')
-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 d97b08138e..dd462efcee 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.