From 3c92f5a2fe2ccdb41c8577213036a30110aaadc5 Mon Sep 17 00:00:00 2001 From: cvoges12 Date: Sat, 25 Sep 2021 23:46:51 +0000 Subject: [PATCH] fixed short-form boolean option deprecated --- src/vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm.sh b/src/vm.sh index fdffb3f..dc4b534 100755 --- a/src/vm.sh +++ b/src/vm.sh @@ -18,7 +18,7 @@ qemu-system-x86_64 \ -boot d \ -cdrom win.iso \ -drive file=/dev/sdb,cache=none,if=virtio \ - -spice port=${SPICE_PORT},disable-ticketing \ + -spice port=${SPICE_PORT},disable-ticketing=on \ -device virtio-serial \ -chardev spicevmc,id=vdagent,name=vdagent \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0