mirror of
https://github.com/rancher/os.git
synced 2025-09-04 00:04:25 +00:00
Fix script/run on Linux
This commit is contained in:
@@ -129,6 +129,7 @@ elif ["$UNAME" == "Linux"] && [ -x $(which qemu-system-x86_64) ]; then
|
|||||||
-device virtio-9p-pci,fsdev=conf,mount_tag=config-2 \
|
-device virtio-9p-pci,fsdev=conf,mount_tag=config-2 \
|
||||||
-append "${KERNEL_ARGS}" \
|
-append "${KERNEL_ARGS}" \
|
||||||
-serial mon:telnet:localhost:4444,server,nowait \
|
-serial mon:telnet:localhost:4444,server,nowait \
|
||||||
|
-nographic \
|
||||||
${QEMU_ARGS} "${@}"
|
${QEMU_ARGS} "${@}"
|
||||||
else
|
else
|
||||||
exit 42
|
exit 42
|
||||||
|
Reference in New Issue
Block a user