feat: Multi-platform support
This commit is contained in:
parent
5eca0bb92f
commit
1287cf2b47
1 changed files with 4 additions and 2 deletions
|
@ -50,8 +50,10 @@ else
|
|||
fi
|
||||
|
||||
if [ -n "${KVM_ERR}" ]; then
|
||||
if [ "$ARCH" == "amd64" ]; then
|
||||
error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this."
|
||||
[[ "${DEBUG}" != [Yy1]* ]] && exit 88
|
||||
fi
|
||||
else
|
||||
KVM_OPTS=",accel=kvm -enable-kvm -cpu host"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue