From e362c9a8a95a467752e1076c220cd0ba3829c8e1 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Sep 2025 16:10:32 +0200 Subject: [PATCH] feat: Update error message for KVM acceleration (#1023) --- src/proc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index 19fa4ab..b323fda 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -65,7 +65,7 @@ if [[ "$KVM" != [Nn]* ]]; then error "Please make sure that Synology VMM (Virtual Machine Manager) is installed and that '/dev/kvm' is binded to this container." ;; *) error "KVM acceleration is not available $KVM_ERR, this will cause the machine to run about 10 times slower." - error "See the FAQ for possible causes, or continue without it by adding KVM: \"N\" (not recommended)." ;; + error "See the FAQ for possible causes, or disable acceleration by adding the \"KVM=N\" variable (not recommended)." ;; esac [[ "$DEBUG" != [Yy1]* ]] && exit 88 fi