There was an error while loading. Please reload this page.
1 parent a4f893e commit 6f4d3b4Copy full SHA for 6f4d3b4
1 file changed
vm/haos-vm.sh
@@ -402,7 +402,7 @@ function advanced_settings() {
402
fi
403
404
if CPU_TYPE1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "CPU MODEL" --radiolist "Choose CPU Model" --cancel-button Exit-Script 10 58 2 \
405
- "KVM64" "Default – safe for migration/compatibility" ON \
+ "KVM64" "Default - safe for migration/compatibility" ON \
406
"Host" "Use host CPU features (faster, no migration)" OFF \
407
3>&1 1>&2 2>&3); then
408
case "$CPU_TYPE1" in
0 commit comments