Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon.

This commit is contained in:
Rob Vermaas 2014-05-12 12:29:04 +02:00
parent 149105a6a1
commit 7d3dcd9a8c

View File

@ -70,6 +70,7 @@ with lib;
boot.initrd.kernelModules = [ "xen-blkfront" ];
boot.kernelModules = [ "xen-netfront" ];
boot.kernelParams = [ "console=ttyS0" ];
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
boot.loader.grub.version = 1;