summaryrefslogtreecommitdiff
path: root/osi-shell
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 14:47:39 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 14:47:56 -0400
commit77bf673550395219bbeb09cf808463303266d159 (patch)
treef012a4a5fc61b04e8f4ba540c4a67aab6a784f08 /osi-shell
parent1bb26b9161077fbe6344729db8498f64e1b676d2 (diff)
osi-shell: Use VNC to hide the window
Diffstat (limited to 'osi-shell')
-rwxr-xr-xosi-shell1
1 files changed, 1 insertions, 0 deletions
diff --git a/osi-shell b/osi-shell
index 0b2df27..f8b6ee8 100755
--- a/osi-shell
+++ b/osi-shell
@@ -60,6 +60,7 @@ main() {
qemu-system-x86_64 \
-machine accel=kvm \
-m 512 \
+ -vnc unix:"$tmp/vnc.sock" \
-name "osi-shell $arg_image" \
-drive media=disk,format=raw,if=virtio,file="$arg_image" \
-serial stdio \