Compare commits

..

No commits in common. "972240061e3c075e47bbf51bc24a3f85b4ca9987" and "b7ad0d3d88212ef525c145bd0fe669e0b12a1b0b" have entirely different histories.

View File

@ -32,8 +32,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
terminal terminal
( sleep 30; boot ) & ( sleep 30; boot ) &
tail -fn +0 "$QEMU_LOG" 2>/dev/null & tail -fn +0 "$QEMU_LOG" 2>/dev/null &
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" | \ cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
sed -e 's/\x1B\[[=0-9;]*[a-z]//gi' -e 's/failed to load Boot/skipped Boot/g' &
wait $! || : wait $! || :
sleep 1 & wait $! sleep 1 & wait $!