Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon.
This commit is contained in:
parent
149105a6a1
commit
7d3dcd9a8c
@ -70,6 +70,7 @@ with lib;
|
|||||||
|
|
||||||
boot.initrd.kernelModules = [ "xen-blkfront" ];
|
boot.initrd.kernelModules = [ "xen-blkfront" ];
|
||||||
boot.kernelModules = [ "xen-netfront" ];
|
boot.kernelModules = [ "xen-netfront" ];
|
||||||
|
boot.kernelParams = [ "console=ttyS0" ];
|
||||||
|
|
||||||
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
# Generate a GRUB menu. Amazon's pv-grub uses this to boot our kernel/initrd.
|
||||||
boot.loader.grub.version = 1;
|
boot.loader.grub.version = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user