mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update debian-v4.sh
This commit is contained in:
parent
cf3782d2f9
commit
31d2ee79c0
1 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ function advanced_settings() {
|
|||
GATE1="Default" GATE=""
|
||||
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
||||
else
|
||||
NS=$GATE
|
||||
GATE=",gw=$GATE1"
|
||||
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
|
||||
fi
|
||||
|
@ -258,7 +259,7 @@ export PCT_OPTIONS="
|
|||
-features $FEATURES
|
||||
-hostname $HN
|
||||
-searchdomain=$HN
|
||||
-nameserver=$GATE
|
||||
-nameserver=$NS
|
||||
-net0 name=eth0,bridge=$BRG$MAC,ip=$NET$GATE$VLAN
|
||||
-onboot 1
|
||||
-cores $CORE_COUNT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue