qemu : ajout des scripts de lancement de VM via Spice
This commit is contained in:
parent
fb8615bab2
commit
165ff284e2
2 changed files with 8 additions and 0 deletions
4
qemu/bin/linux-spice
Executable file
4
qemu/bin/linux-spice
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh -ex
|
||||||
|
exec linux \
|
||||||
|
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
||||||
|
"$@"
|
4
qemu/bin/redox-spice
Executable file
4
qemu/bin/redox-spice
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh -ex
|
||||||
|
exec redox \
|
||||||
|
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
||||||
|
"$@"
|
Loading…
Reference in a new issue