spice : traitement variable d'environnement QEMUSH_BASE
This commit is contained in:
parent
c7142146c6
commit
261e4b12be
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh -x
|
||||
exec "$QEMUSH_BASE" \
|
||||
base=$(echo "$QEMUSH_BASE" | cut -d , -f 1)
|
||||
QEMUSH_BASE=$(echo "$QEMUSH_BASE" | cut -d , -f 2-)
|
||||
|
||||
exec "$base" \
|
||||
-vga qxl \
|
||||
-chardev spicevmc,id=vdagent,debug=0,name=vdagent \
|
||||
-device virtio-serial \
|
||||
|
|
Loading…
Reference in a new issue