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