forked from mirrors/nixpkgs
Amazon's pv-grub is GRUB 1
This commit is contained in:
parent
316326e4e6
commit
a8fa59aa73
|
@ -72,6 +72,7 @@ with pkgs.lib;
|
|||
boot.kernelModules = [ "xen-netfront" ];
|
||||
|
||||
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
||||
boot.loader.grub.version = 1;
|
||||
boot.loader.grub.device = "nodev";
|
||||
boot.loader.grub.timeout = 0;
|
||||
boot.loader.grub.extraPerEntryConfig = "root (hd0)";
|
||||
|
|
Loading…
Reference in a new issue