build: Update VirtIO drivers to v0.1.262 (#697)

This commit is contained in:
Kroese 2024-08-18 18:02:59 +02:00 committed by GitHub
parent da1e631c92
commit fd1fe6f5c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 292 additions and 319 deletions

View file

@ -30,7 +30,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15
terminal
( sleep 10; boot ) &
( sleep 30; boot ) &
tail -fn +0 "$QEMU_LOG" 2>/dev/null &
cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" &
wait $! || :