Update proc.sh

This commit is contained in:
Kroese 2024-02-02 22:59:51 +01:00 committed by GitHub
parent fc487b7515
commit 028d864389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,13 +52,6 @@ else
fi
fi
if [[ "${BOOT_MODE,,}" == "windows" ]]; then
[ -n "$CPU_FEATURES" ] && CPU_FEATURES="$CPU_FEATURES,"
CPU_FEATURES="${CPU_FEATURES}l3-cache=on,migratable=no,hv_passthrough"
fi
if [ -z "$CPU_FLAGS" ]; then
if [ -z "$CPU_FEATURES" ]; then
CPU_FLAGS="$CPU_MODEL"