mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 12:38:11 +00:00
Merge pull request #337 from justincormack/vmwareconsole
use correct tty for bios, fixes lack of login on VMWare Fusion
This commit is contained in:
commit
cfca271950
@ -2,4 +2,4 @@ DEFAULT linux
|
|||||||
LABEL linux
|
LABEL linux
|
||||||
KERNEL /vmlinuz64
|
KERNEL /vmlinuz64
|
||||||
INITRD /initrd.img
|
INITRD /initrd.img
|
||||||
APPEND earlyprintk=serial console=ttyS0 console=tty0
|
APPEND earlyprintk=serial console=ttyS0 console=tty1
|
||||||
|
Loading…
Reference in New Issue
Block a user