google-compute-config: remove amazon pv-grub comment

This commit is contained in:
Florian Klink 2019-08-31 22:21:33 +02:00
parent 69d58ee245
commit bbb525d541

View file

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