Default to the serial console

This commit is contained in:
Anthony Rose 2022-09-06 22:23:49 +01:00
parent b4acc466f7
commit 7bb25aab40

View file

@ -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"