launchers/windows10 : set + exec au lieu de exec
This commit is contained in:
parent
af2d7188a0
commit
d681fc2250
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ export QEMUSH_BASE=kvm
|
|||
}
|
||||
|
||||
# Launch the virtual machine
|
||||
exec spice \
|
||||
set -- spice \
|
||||
-drive file="$(pathof disk)",if=virtio \
|
||||
-net nic -net user,hostname="${QEMUSH_NAME}" \
|
||||
-usbdevice tablet \
|
||||
|
@ -15,3 +15,4 @@ exec spice \
|
|||
-device intel-hda -device hda-duplex,audiodev=snd0 \
|
||||
"$@"
|
||||
set -x
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in a new issue