mkosi: Drop orphan_file workaround

mkosi now handles this workaround itself internally.
This commit is contained in:
Daan De Meyer
2025-04-01 13:22:29 +02:00
parent 75930315f6
commit ac6f490032

View File

@@ -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"