Update entry.sh
This commit is contained in:
parent
4172fe0b7d
commit
cb248cf16c
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ cd /run
|
|||
|
||||
trap - ERR
|
||||
|
||||
info "Booting image${BOOT_DESC} using $VERS..."
|
||||
version=$(qemu-system-aarch64 --version | head -n 1 | cut -d '(' -f 1 | awk '{ print $NF }')
|
||||
info "Booting image${BOOT_DESC} using QEMU v$version..."
|
||||
|
||||
if [ -z "$CPU_PIN" ]; then
|
||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
|
|
Loading…
Reference in a new issue