From: Daan De Meyer Date: Tue, 30 Jan 2024 15:35:43 +0000 (+0100) Subject: Stop using file provides in mkosi-initrd X-Git-Tag: v21~77^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eac99856677bc6469150c9ac821ceae21c7ac8a;p=thirdparty%2Fmkosi.git Stop using file provides in mkosi-initrd These require extra metadata to be downloaded by dnf so let's instead refer to the packages by name. --- diff --git a/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-centos-fedora.conf b/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-centos-fedora.conf index a9aac0477..cd588162a 100644 --- a/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-centos-fedora.conf +++ b/mkosi/resources/mkosi-initrd/mkosi.conf.d/10-centos-fedora.conf @@ -14,8 +14,8 @@ Packages= tpm2-tss # File system checkers for supported root file systems - /usr/sbin/fsck.ext4 - /usr/sbin/fsck.xfs + e2fsprogs + xfsprogs # fsck.btrfs is a dummy, checking is done in the kernel.