mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
feat: Print QEMU version on boot
This commit is contained in:
parent
f2882acec1
commit
767e4a603b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ cd /run
|
|||
|
||||
trap - ERR
|
||||
|
||||
version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
|
||||
version=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
|
||||
info "Booting ${APP}${BOOT_DESC} using QEMU v$version..."
|
||||
|
||||
{ qemu-system-x86_64 ${ARGS:+ $ARGS} >"$QEMU_OUT" 2>"$QEMU_LOG"; rc=$?; } || :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue