mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-13 13:33:42 +08:00
feat: Console mode
* feat: Console mode * fix: Increase timeout
This commit is contained in:
@@ -17,6 +17,11 @@ cd /run
|
||||
|
||||
trap - ERR
|
||||
|
||||
if [[ "${CONSOLE}" == [Yy]* ]]; then
|
||||
exec qemu-system-x86_64 -pidfile "${QEMU_PID}" ${ARGS:+ $ARGS}
|
||||
exit $?
|
||||
fi
|
||||
|
||||
set -m
|
||||
(
|
||||
[[ "${DEBUG}" == [Yy1]* ]] && info "$VERS" && set -x
|
||||
|
||||
Reference in New Issue
Block a user