Update proc.sh

This commit is contained in:
Kroese 2024-02-04 15:23:08 +01:00 committed by GitHub
parent 4ed0eadba2
commit 87afbb69e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,12 +40,12 @@ if [[ "$KVM" != [Nn]* ]]; then
else
KVM_OPTS=""
CPU_FEATURES=""
WIN_FEATURES=""
CPU_FEATURES="l3-cache=on"
if [[ "$ARCH" == "arm"* ]]; then
CPU_MODEL="max"
CPU_FEATURES="$CPU_FEATURES,migratable=no"
CPU_FEATURES="migratable=no"
fi
if [[ "${BOOT_MODE,,}" == "windows" ]]; then