mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-12 04:53:44 +08:00
Compare commits
1 Commits
78817ecfc1
...
v7.38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e362c9a8a9 |
@@ -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 "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 "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
|
esac
|
||||||
[[ "$DEBUG" != [Yy1]* ]] && exit 88
|
[[ "$DEBUG" != [Yy1]* ]] && exit 88
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user