Update entry.sh
This commit is contained in:
parent
a15d23663b
commit
7e76ebc34e
1 changed files with 5 additions and 1 deletions
|
@ -19,4 +19,8 @@ trap - ERR
|
|||
|
||||
info "Booting image${BOOT_DESC}..."
|
||||
|
||||
if [ -z "$CPU_PIN" ]; then
|
||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
else
|
||||
taskset -c "$CPU_TASK_SET" exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue