moby: bump bootloader config limit from 8 -> 10

This commit is contained in:
2024-09-27 03:37:47 +00:00
parent e93680c336
commit 06b53fbb87

View File

@@ -60,7 +60,6 @@
sane.programs.mpv.config.defaultProfile = "fast";
# /boot space is at a premium. default was 20.
# even 10 can be too much
boot.loader.generic-extlinux-compatible.configurationLimit = 8;
# /boot space is at a premium, especially with uncompressed kernels. default was 20.
boot.loader.generic-extlinux-compatible.configurationLimit = 10;
}