Loading src/entry.sh +8 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,13 @@ info "Booting image${BOOT_DESC} using QEMU v$version..." [[ "$SHUTDOWN" != [Yy1]* ]] && exec qemu-system-x86_64 ${ARGS:+ $ARGS} qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & wait $! if [ ! -c /dev/tty ]; then qemu-system-x86_64 ${ARGS:+ $ARGS} & else qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & else wait $! sleep 1 & wait $! [ ! -f "$QEMU_END" ] && finish 0 Loading
src/entry.sh +8 −2 Original line number Diff line number Diff line Loading @@ -31,7 +31,13 @@ info "Booting image${BOOT_DESC} using QEMU v$version..." [[ "$SHUTDOWN" != [Yy1]* ]] && exec qemu-system-x86_64 ${ARGS:+ $ARGS} qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & wait $! if [ ! -c /dev/tty ]; then qemu-system-x86_64 ${ARGS:+ $ARGS} & else qemu-system-x86_64 ${ARGS:+ $ARGS} </dev/tty >/dev/tty & else wait $! sleep 1 & wait $! [ ! -f "$QEMU_END" ] && finish 0