diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-28 23:15:25 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-29 14:10:50 +0200 |
commit | 3c367df7c6efeecce7116a71283d2ec9f7c92722 (patch) | |
tree | d6d2990d6405b5da2ca5bc8a51d1833f03be65b2 /mkosi.conf.d | |
parent | mkosi: update to latest (diff) | |
download | systemd-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.conf | 3 |
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" |