Update proc.sh
This commit is contained in:
parent
59d0754768
commit
fc487b7515
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue