feat: Console mode

* feat: Console mode

* fix: Increase timeout
This commit is contained in:
Kroese
2023-11-29 20:24:28 +01:00
committed by GitHub
parent f32d8cbefc
commit 6218333fec
3 changed files with 8 additions and 2 deletions

View File

@@ -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