From: Septatrix <24257556+Septatrix@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:06:09 +0000 (+0200) Subject: Add erofs and fat utils to initrd X-Git-Tag: v25~220^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3123%2Fhead;p=thirdparty%2Fmkosi.git Add erofs and fat utils to initrd These provide the respective fsck progs --- diff --git a/tests/test_initrd.py b/tests/test_initrd.py index a8d15d91a..5b730284f 100644 --- a/tests/test_initrd.py +++ b/tests/test_initrd.py @@ -223,7 +223,7 @@ def test_initrd_size(config: ImageConfig) -> None: # The fallback value is for CentOS and related distributions. maxsize = 1024**2 * { - Distribution.fedora: 57, + Distribution.fedora: 59, Distribution.debian: 58, Distribution.ubuntu: 54, Distribution.arch: 80,