launchers : option au mauvais endroit oups
This commit is contained in:
parent
9374734905
commit
f13e60e66c
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
exec kvm \
|
exec kvm \
|
||||||
-vga qxl \
|
-vga qxl \
|
||||||
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
||||||
|
-device virtio-serial \
|
||||||
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
||||||
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
|
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
@ -4,7 +4,6 @@ exec kvm-spice \
|
||||||
-monitor stdio \
|
-monitor stdio \
|
||||||
-drive file="$(diskpath "$name")",if=virtio \
|
-drive file="$(diskpath "$name")",if=virtio \
|
||||||
-net user,hostname="${name}" \
|
-net user,hostname="${name}" \
|
||||||
-device virtio-serial \
|
|
||||||
-usbdevice tablet \
|
-usbdevice tablet \
|
||||||
-name "$name" \
|
-name "$name" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Loading…
Reference in a new issue