fix: Do not use virtualization with KVM

This commit is contained in:
Kroese 2024-02-02 19:18:27 +01:00 committed by GitHub
parent d4feec5a06
commit f063cb659d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ else
KVM_OPTS=""
CPU_FEATURES=""
MACHINE="$MACHINE,virtualization=on"
if [[ "${CPU_MODEL,,}" == "host"* ]]; then