From 4d9579bd53488f76c90a6b5fb247c7bcaaa25746 Mon Sep 17 00:00:00 2001 From: Septatrix <24257556+Septatrix@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:06:09 +0200 Subject: [PATCH] Add erofs and fat utils to initrd These provide the respective fsck progs --- tests/test_initrd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2