Update proc.sh

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

View file

@ -55,7 +55,7 @@ fi
if [[ "${BOOT_MODE,,}" == "windows" ]]; then
[ -n "$CPU_FEATURES" ] && CPU_FEATURES="$CPU_FEATURES,"
CPU_FEATURES="$CPU_FEATURES+hypervisor,+invtsc,l3-cache=on,migratable=no,hv_passthrough"
CPU_FEATURES="${CPU_FEATURES}l3-cache=on,migratable=no,hv_passthrough"
fi