From: Daan De Meyer Date: Thu, 17 Aug 2023 12:08:23 +0000 (+0200) Subject: Drop XFS workaround X-Git-Tag: v16~52^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6e51b05f534258fe7edc3f79efe6911d21f177;p=thirdparty%2Fmkosi.git Drop XFS workaround Heuristic was changed upstream so should work OOTB now. --- diff --git a/.github/mkosi.conf.d/20-centos.conf b/.github/mkosi.conf.d/20-centos.conf index 9478b80e2..c794d3235 100644 --- a/.github/mkosi.conf.d/20-centos.conf +++ b/.github/mkosi.conf.d/20-centos.conf @@ -8,8 +8,3 @@ Packages=kernel-core systemd systemd-boot udev - # Add extra packages to increase the size of the image a bit to make sure repart calculates a large - # enough minimal size for the XFS filesystem. - # TODO: Check if this is still needed when the next ubuntu LTS becomes available on Github Actions. - kernel-modules - llvm