From ffda3c3de9f4cbe9c986d9d4b210b9e6ac532516 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 3 May 2024 12:56:50 +0200 Subject: mkosi: Disable ext4's orphan_file feature for centos images Not supported by e2fsck from centos. We also disable building repart from source in CI as running it from the build directory means repart will run mkfs.ext4 from the host which doesn't know about the orphan_file feature causing it to fail. --- mkosi.conf.d/10-centos.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkosi.conf.d') diff --git a/mkosi.conf.d/10-centos.conf b/mkosi.conf.d/10-centos.conf index ae2706c791..69fa1350e6 100644 --- a/mkosi.conf.d/10-centos.conf +++ b/mkosi.conf.d/10-centos.conf @@ -8,3 +8,6 @@ Distribution=centos Repositories=epel epel-next hyperscale-packages-main + +[Content] +Environment=SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file" -- cgit v1.2.3