Skip to content

Commit

Permalink
Add erofs and fat utils to initrd
Browse files Browse the repository at this point in the history
These provide the respective fsck progs
  • Loading branch information
septatrix committed Oct 11, 2024
1 parent 9da7212 commit 4d9579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_initrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d9579b

Please sign in to comment.