mirror of
https://github.com/dockur/windows.git
synced 2025-06-19 22:17:55 +00:00
Compare commits
No commits in common. "972240061e3c075e47bbf51bc24a3f85b4ca9987" and "b7ad0d3d88212ef525c145bd0fe669e0b12a1b0b" have entirely different histories.
972240061e
...
b7ad0d3d88
@ -32,8 +32,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
|
||||
terminal
|
||||
( sleep 30; boot ) &
|
||||
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
|
||||
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' &
|
||||
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
|
||||
wait $! || :
|
||||
|
||||
sleep 1 & wait $!
|
||||
|
Loading…
Reference in New Issue
Block a user