From 578d988c6b17ea6c5ebaf010b7e97376fb244ac9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 May 2023 16:29:24 +0200 Subject: [PATCH] Virtualization --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index dbe98c0..2c9ce88 100755 --- a/run/run.sh +++ b/run/run.sh @@ -54,7 +54,7 @@ KVM_OPTS="" if [ -e /dev/kvm ] && sh -c 'echo -n > /dev/kvm' &> /dev/null; then if ! grep -q -e vmx -e svm /proc/cpuinfo; then - KVM_ERR="(cpuinfo $(grep -c -e vmx -e svm /proc/cpuinfo))" + KVM_ERR="(vmx/svm disabled)" fi else [ -e /dev/kvm ] && KVM_ERR="(no write access)" || KVM_ERR="(device file missing)"