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:
parent
f667e94752
commit
99a2f550c0
3 changed files with 26 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue