all: remove extlinux 10-entry limit

This commit is contained in:
2025-08-13 07:29:29 +00:00
parent 0498ca9be3
commit 326b5ac98d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@
services.xserver.desktopManager.kodi.enable = true;
# /boot space is at a premium, especially with uncompressed kernels. default was 20.
boot.loader.generic-extlinux-compatible.configurationLimit = 10;
# boot.loader.generic-extlinux-compatible.configurationLimit = 10;
}

View File

@@ -59,5 +59,5 @@
sane.programs.mpv.config.defaultProfile = "fast";
# /boot space is at a premium, especially with uncompressed kernels. default was 20.
boot.loader.generic-extlinux-compatible.configurationLimit = 10;
# boot.loader.generic-extlinux-compatible.configurationLimit = 10;
}