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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user