From ffe0d6cb0825186bc9e1cf9541821e69795d7f47 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 11 May 2023 17:45:20 +0200 Subject: [PATCH] KVM acceleration --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"