Unverified Commit 6fe2fe8d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

KVM detection

parent 06d9d9f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ else
  [ -e /dev/kvm ] && KVM_ERR="(no write access)" || KVM_ERR="(device file missing)"
fi

if [ -z "${KVM_ERR}" ]; then
if [ ! -z "${KVM_ERR}" ]; then
  echo "Error: KVM acceleration not detected ${KVM_ERR}, please enable it."
  [ "$DEBUG" != "Y" ] && exit 88
fi