launchers/kvm : set -x à la fin
This commit is contained in:
parent
3514fa96ef
commit
84722e404f
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -x
|
|
||||||
|
|
||||||
# What processor architecture to use
|
# What processor architecture to use
|
||||||
arch=$QEMUSH_ARCH
|
arch=$QEMUSH_ARCH
|
||||||
[ -z "$arch" ] && arch=$(uname -m)
|
[ -z "$arch" ] && arch=$(uname -m)
|
||||||
|
@ -22,4 +20,5 @@ set -- "qemu-system-${arch}" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# Start the machine
|
# Start the machine
|
||||||
|
set -x
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Loading…
Reference in a new issue