From: Daan De Meyer Date: Thu, 16 Jan 2025 21:47:09 +0000 (+0100) Subject: Bump Arch initrd size again ... X-Git-Tag: v25~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e515b627aa3d029726d9c7f1c48c45ca73013f4f;p=thirdparty%2Fmkosi.git Bump Arch initrd size again ... Seems like Arch is gaining a lot of weight lately in it's core packages. --- diff --git a/tests/test_initrd.py b/tests/test_initrd.py index f542b9dcb..7d7562a52 100644 --- a/tests/test_initrd.py +++ b/tests/test_initrd.py @@ -226,7 +226,7 @@ def test_initrd_size(config: ImageConfig) -> None: Distribution.fedora: 63, Distribution.debian: 62, Distribution.ubuntu: 57, - Distribution.arch: 84, + Distribution.arch: 86, Distribution.opensuse: 64, }.get(config.distribution, 58)