mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-25 12:50:39 +00:00
Update scripts
This commit is contained in:
@@ -134,14 +134,21 @@ function start_vm_configuration() {
|
||||
|
||||
while true; do
|
||||
VM_STORAGE_IOMMU_PENDING_REBOOT=0
|
||||
OS_TYPE=$(dialog --backtitle "ProxMenux" \
|
||||
WIZARD_CONFLICT_POLICY=""
|
||||
WIZARD_CONFLICT_SCOPE=""
|
||||
export WIZARD_CONFLICT_POLICY WIZARD_CONFLICT_SCOPE
|
||||
OS_TYPE=$(dialog --colors --backtitle "ProxMenux" \
|
||||
--title "$(translate "Select System Type")" \
|
||||
--menu "\n$(translate "Choose the type of virtual system to install:")" 20 70 10 \
|
||||
1 "$(translate "Create") VM System NAS" \
|
||||
2 "$(translate "Create") VM System Windows" \
|
||||
3 "$(translate "Create") VM System Linux" \
|
||||
"" "" \
|
||||
"" "\Z4──────────────────────────────────────────────────\Zn" \
|
||||
"" "" \
|
||||
4 "$(translate "Create") VM System macOS (OSX-PROXMOX)" \
|
||||
5 "$(translate "Create") VM System Others (based Linux)" \
|
||||
"" "" \
|
||||
6 "$(translate "Return to Main Menu")" \
|
||||
3>&1 1>&2 2>&3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user