fix: CPU pinning for Orange Pi
This commit is contained in:
parent
f43030d486
commit
3942ee5d0f
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ info "Booting image${BOOT_DESC} using QEMU v$version..."
|
|||
if [ -z "$CPU_PIN" ]; then
|
||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
else
|
||||
taskset -c "$CPU_PIN" exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
exec taskset -c "$CPU_PIN" qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue