diff --git a/run/run.sh b/run/run.sh index 9d3f929..dbe98c0 100755 --- a/run/run.sh +++ b/run/run.sh @@ -61,7 +61,7 @@ else fi if [ -n "${KVM_ERR}" ]; then - error "KVM acceleration not detected ${KVM_ERR}, please enable it." + error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this." [[ "${DEBUG}" == [Yy1]* ]] && exit 88 else KVM_OPTS=",accel=kvm -enable-kvm -cpu host"