mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Direct the serial mon to stdout
This is particularly useful when EFI booting
This commit is contained in:
parent
da411be3eb
commit
47e044b18a
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ function vm_boot() {
|
|||
-net nic,model=virtio \
|
||||
-net user"${SAMBA}" \
|
||||
-rtc base=localtime,clock=host \
|
||||
-serial mon:stdio \
|
||||
-soundhw hda \
|
||||
-usb -device usb-kbd -device usb-tablet \
|
||||
-object rng-random,id=rng0,filename=/dev/urandom \
|
||||
|
|
Loading…
Reference in a new issue