1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

fix serial console for newer qemu

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-07-26 17:30:57 +10:00
parent fb96c470a9
commit 1284319dba

View File

@@ -36,7 +36,7 @@ EOF
rm -f build/{success,hd.img}
qemu-img create -f qcow2 build/hd.img 8G
qemu-system-${QEMUARCH} -serial stdio \
qemu-system-${QEMUARCH} -serial mon:stdio \
-enable-kvm \
-drive if=virtio,file=build/hd.img \
-boot d -cdrom ./dist/artifacts/rancheros.iso \