summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-08-31 22:21:33 +0200
committerFlorian Klink <flokli@flokli.de>2019-08-31 22:49:29 +0200
commitbbb525d541c0dc30af4885de2623f007ad58f361 (patch)
tree813d15e650c92f230c9e43cd57b4071f88db8046
parent69d58ee24506e2b3b5aff347ae3b0791110340ec (diff)
downloadnixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar.gz
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar.bz2
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar.lz
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar.xz
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.tar.zst
nixpkgs-bbb525d541c0dc30af4885de2623f007ad58f361.zip
google-compute-config: remove amazon pv-grub comment
-rw-r--r--nixos/modules/virtualisation/google-compute-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/google-compute-config.nix b/nixos/modules/virtualisation/google-compute-config.nix
index 79766970c75..df05328b8b8 100644
--- a/nixos/modules/virtualisation/google-compute-config.nix
+++ b/nixos/modules/virtualisation/google-compute-config.nix
@@ -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;