mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update entry.sh
This commit is contained in:
parent
6593a711d2
commit
49ca7da5fc
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ cd /run
|
|||
|
||||
trap - ERR
|
||||
|
||||
info "Booting ${APP}${BOOT_DESC}..."
|
||||
version=$(qemu-system-aarch64 --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=$?; } || :
|
||||
(( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue