mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 17:07:58 +08:00
Argument passing
This commit is contained in:
parent
e613099ab2
commit
c74b923419
@ -30,7 +30,6 @@ ARGS+=("-cpu_arch=${HOST_CPU}")
|
||||
[ -n "$GUEST_SERIAL" ] && ARGS+=("-guestsn=${GUEST_SERIAL}")
|
||||
[ -n "$HOST_VERSION" ] && ARGS+=("-version=${HOST_VERSION}")
|
||||
|
||||
|
||||
if [ "$DEBUG" = "Y" ]; then
|
||||
echo -n "./run/host.bin "
|
||||
echo "${ARGS[*]}" && echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user