summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-28 23:15:25 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-29 14:10:50 +0200
commit3c367df7c6efeecce7116a71283d2ec9f7c92722 (patch)
treed6d2990d6405b5da2ca5bc8a51d1833f03be65b2 /mkosi.conf.d
parentmkosi: update to latest (diff)
downloadsystemd-3c367df7c6efeecce7116a71283d2ec9f7c92722.tar.xz
systemd-3c367df7c6efeecce7116a71283d2ec9f7c92722.zip
mkosi: Switch from btrfs to ext4
Mounting multiple btrfs filesystems with the same fsid only works properly from kernel 6.7 onwards. Let's switch to ext4 for now which does support this.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/10-centos.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkosi.conf.d/10-centos.conf b/mkosi.conf.d/10-centos.conf
index 69fa1350e6..ae2706c791 100644
--- a/mkosi.conf.d/10-centos.conf
+++ b/mkosi.conf.d/10-centos.conf
@@ -8,6 +8,3 @@ Distribution=centos
Repositories=epel
epel-next
hyperscale-packages-main
-
-[Content]
-Environment=SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"