google-compute-config: remove amazon pv-grub comment
This commit is contained in:
parent
69d58ee245
commit
bbb525d541
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
|||
boot.initrd.kernelModules = [ "virtio_scsi" ];
|
||||
boot.kernelModules = [ "virtio_pci" "virtio_net" ];
|
||||
|
||||
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
||||
# Generate a GRUB menu.
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.timeout = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue