diff --git a/modules/virtualisation/amazon-image.nix b/modules/virtualisation/amazon-image.nix index ac31f67cf1a..3a56116eec6 100644 --- a/modules/virtualisation/amazon-image.nix +++ b/modules/virtualisation/amazon-image.nix @@ -71,10 +71,6 @@ with pkgs.lib; boot.initrd.kernelModules = [ "xen-blkfront" ]; boot.kernelModules = [ "xen-netfront" ]; - # Panic if an error occurs in stage 1, because there is nothing anybody can - # do about it. - boot.kernelParams = [ "stage1panic" ]; - # Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd. boot.loader.grub.device = "nodev"; boot.loader.grub.timeout = 0;