]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop orphan_file workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Apr 2025 11:22:29 +0000 (13:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Apr 2025 19:38:49 +0000 (21:38 +0200)
mkosi now handles this workaround itself internally.

mkosi.conf.d/10-centos/mkosi.conf.d/10-orphan-file.conf [deleted file]

diff --git a/mkosi.conf.d/10-centos/mkosi.conf.d/10-orphan-file.conf b/mkosi.conf.d/10-centos/mkosi.conf.d/10-orphan-file.conf
deleted file mode 100644 (file)
index 075df65..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-
-[Match]
-ToolsTreeDistribution=|!centos
-ToolsTreeRelease=|!9
-
-[Build]
-# 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. Except that older versions
-# of mkfs.ext4 don't know about "orphan_file" so we skip it on some tools tree variants where
-# we know "orphan_file" is not supported.
-Environment=
-        SYSTEMD_REPART_MKFS_OPTIONS_EXT4="-O ^orphan_file"