From eae1bd31e22258f2d89367b1ec1ea881116055d8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 20:07:28 +0200 Subject: [PATCH] KVM --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index efcbac6..8f5d346 100755 --- a/run/run.sh +++ b/run/run.sh @@ -55,7 +55,7 @@ else fi if [ -n "${KVM_ERR}" ]; then - echo "Error: KVM acceleration not detected ${KVM_ERR}, please enable it." + echo "ERROR: KVM acceleration not detected ${KVM_ERR}, please enable it." [ "$DEBUG" != "Y" ] && exit 88 else KVM_OPTS=",accel=kvm -enable-kvm -cpu host"