From: Daan De Meyer Date: Fri, 3 Jan 2025 22:02:42 +0000 (+0100) Subject: Bump debian initrd size X-Git-Tag: v25~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425371ff4d60d87ae2920bfd833c6fd8731388fc;p=thirdparty%2Fmkosi.git Bump debian initrd size Fixes CI failure --- diff --git a/tests/test_initrd.py b/tests/test_initrd.py index f7aa0ba25..4e6a513d3 100644 --- a/tests/test_initrd.py +++ b/tests/test_initrd.py @@ -224,7 +224,7 @@ def test_initrd_size(config: ImageConfig) -> None: # The fallback value is for CentOS and related distributions. maxsize = 1024**2 * { Distribution.fedora: 63, - Distribution.debian: 61, + Distribution.debian: 62, Distribution.ubuntu: 56, Distribution.arch: 83, Distribution.opensuse: 64,