0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Modifications to grub-menu-builder: copy default kernel and initrd to /boot/nixos-.. , limit menu size

svn path=/nixos/trunk/; revision=10106
This commit is contained in:
Michael Raskin 2008-01-10 04:43:19 +00:00
parent f667e94752
commit 99a2f550c0
3 changed files with 26 additions and 1 deletions

View file

@ -324,7 +324,7 @@ rec {
inherit (pkgs) bash;
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
inherit (config.boot) copyKernels extraGrubEntries
grubSplashImage bootMount;
grubSplashImage bootMount configurationLimit;
};