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 \
|
||||
-vga qxl \
|
||||
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
||||
-device virtio-serial \
|
||||
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
||||
-spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
|
||||
"$@"
|
||||
|
|
|
@ -4,7 +4,6 @@ exec kvm-spice \
|
|||
-monitor stdio \
|
||||
-drive file="$(diskpath "$name")",if=virtio \
|
||||
-net user,hostname="${name}" \
|
||||
-device virtio-serial \
|
||||
-usbdevice tablet \
|
||||
-name "$name" \
|
||||
"$@"
|
||||
|
|
Loading…
Reference in a new issue