Update proc.sh

This commit is contained in:
Kroese 2024-02-02 18:39:35 +01:00 committed by GitHub
parent 2638cde4ac
commit 48dd6fad0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ fi
if [[ "$KVM" != [Nn]* ]]; then if [[ "$KVM" != [Nn]* ]]; then
CPU_FEATURES="kvm=on" CPU_FEATURES="kvm=on"
KVM_OPTS=",accel=kvm,virtualization=true -enable-kvm" KVM_OPTS=",accel=kvm -enable-kvm"
if [[ "${BOOT_MODE,,}" == "windows" ]]; then if [[ "${BOOT_MODE,,}" == "windows" ]]; then