2023-11-28 13:57:29 +01:00
|
|
|
#!/bin/sh -ex
|
|
|
|
exec linux \
|
2023-11-30 10:12:58 +01:00
|
|
|
-vga qxl \
|
|
|
|
-device virtio-serial \
|
|
|
|
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
|
|
|
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
|
|
|
-spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
2023-11-28 13:57:29 +01:00
|
|
|
"$@"
|