Default to the serial console
This commit is contained in:
parent
b4acc466f7
commit
7bb25aab40
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ ram=1G
|
||||||
# from this host (or via SSH tunnels).
|
# from this host (or via SSH tunnels).
|
||||||
vnchost="127.0.0.1"
|
vnchost="127.0.0.1"
|
||||||
|
|
||||||
# Change to /dev/nmdm0A for the first null-modem.
|
# Change to /dev/nmdm0A for the first null-modem, or stdio.
|
||||||
comoutput=stdio
|
comoutput=/dev/nmdm${vmnumber}A
|
||||||
|
|
||||||
# Comment the next line out for no CD-ROM.
|
# Comment the next line out for no CD-ROM.
|
||||||
#cdrom="-s 3,ahci-cd,$vmpath/cdrom.iso"
|
#cdrom="-s 3,ahci-cd,$vmpath/cdrom.iso"
|
||||||
|
|
Loading…
Reference in a new issue