Change START_VM from 'yes' to 'no' (#11292)

This commit is contained in:
Michel Roegl-Brunner
2026-01-28 17:28:21 +01:00
committed by GitHub
parent 393bc4a7e4
commit 90f7020826

View File

@@ -213,7 +213,7 @@ function default_settings() {
MAC="$GEN_MAC"
VLAN=""
MTU=""
START_VM="yes"
START_VM="no"
METHOD="default"
echo -e "${CONTAINERID}${BOLD}${DGN}Virtual Machine ID: ${BGN}${VMID}${CL}"
echo -e "${CONTAINERTYPE}${BOLD}${DGN}Machine Type: ${BGN}i440fx${CL}"