]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add erofs and fat utils to initrd 3123/head
authorSeptatrix <24257556+Septatrix@users.noreply.github.com>
Fri, 11 Oct 2024 11:06:09 +0000 (13:06 +0200)
committerSeptatrix <24257556+Septatrix@users.noreply.github.com>
Fri, 11 Oct 2024 11:06:09 +0000 (13:06 +0200)
These provide the respective fsck progs

tests/test_initrd.py

index a8d15d91a0b5ed42d2b032b1f480c602271ba487..5b730284fcf5d3d4cacfcdee19a7685b64ebc34c 100644 (file)
@@ -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,