Loading run/run.sh +4 −2 Original line number Diff line number Diff line Loading @@ -62,8 +62,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 Loading
run/run.sh +4 −2 Original line number Diff line number Diff line Loading @@ -62,8 +62,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