fix: Do not use virtualization with KVM
This commit is contained in:
parent
d4feec5a06
commit
f063cb659d
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ else
|
|||
|
||||
KVM_OPTS=""
|
||||
CPU_FEATURES=""
|
||||
MACHINE="$MACHINE,virtualization=on"
|
||||
|
||||
if [[ "${CPU_MODEL,,}" == "host"* ]]; then
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue