2023-11-30 10:20:05 +01:00
|
|
|
#!/bin/sh -x
|
|
|
|
exec windows \
|
|
|
|
-vga qxl \
|
2023-11-30 23:32:38 +01:00
|
|
|
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
|
2023-11-30 10:20:05 +01:00
|
|
|
-chardev spicevmc,id=vdagent,name=vdagent \
|
|
|
|
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
|
|
|
"$@"
|