mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-14 13:03:04 +00:00
Merge pull request #367 from nathanleclaire/nohvc0
Remove unneeded console=/dev/hvc0
This commit is contained in:
commit
af0158dd43
@ -4,4 +4,4 @@ PROMPT 0
|
|||||||
LABEL linux
|
LABEL linux
|
||||||
KERNEL /vmlinuz64
|
KERNEL /vmlinuz64
|
||||||
INITRD /initrd.img
|
INITRD /initrd.img
|
||||||
APPEND root=/dev/xvdb1 console=hvc0 console=tty0 console=tty1 console=ttyS0 mobyplatform=aws
|
APPEND root=/dev/xvdb1 console=tty0 console=tty1 console=ttyS0 mobyplatform=aws
|
||||||
|
Loading…
Reference in New Issue
Block a user