Amazon's pv-grub is GRUB 1

This commit is contained in:
Eelco Dolstra 2013-10-07 11:13:58 +02:00
parent 316326e4e6
commit a8fa59aa73

View file

@ -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)";