Update entry.sh
This commit is contained in:
parent
88affd83b3
commit
4172fe0b7d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ cd /run
|
||||||
|
|
||||||
trap - ERR
|
trap - ERR
|
||||||
|
|
||||||
info "Booting image${BOOT_DESC}..."
|
info "Booting image${BOOT_DESC} using $VERS..."
|
||||||
|
|
||||||
if [ -z "$CPU_PIN" ]; then
|
if [ -z "$CPU_PIN" ]; then
|
||||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||||
|
|
Loading…
Reference in a new issue