From 32204d3e172bb04e239d70d8c74aeffdaf2c562d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 29 May 2025 22:18:52 +0200 Subject: [PATCH] Update vm_configurator.sh --- scripts/vm/vm_configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/vm_configurator.sh b/scripts/vm/vm_configurator.sh index 513ec2d..758ebb5 100644 --- a/scripts/vm/vm_configurator.sh +++ b/scripts/vm/vm_configurator.sh @@ -180,7 +180,7 @@ function configure_vm_advanced() { # [[ "$CPU_CHOICE" == "host" ]] && CPU_TYPE=" -cpu host" || CPU_TYPE=" -cpu kvm64" CPU_CHOICE=$(whiptail --backtitle "ProxMenux" --title "$(translate "CPU Model")" \ - --radiolist "$(translate "Select CPU model")" 22 78 12 \ + --radiolist "$(translate "Select CPU model")" 17 70 11 \ "host" "Host (recommended)" ON \ "kvm64" "Generic KVM64" OFF \ "kvm32" "Generic KVM32" OFF \