mirror of https://github.com/tteck/Proxmox.git
Update homeassistant-v3.sh
This commit is contained in:
parent
6a7c190b8a
commit
fce3b0934f
|
@ -238,7 +238,7 @@ header_info
|
||||||
if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" ";
|
if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" ";
|
||||||
echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}"
|
echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}"
|
||||||
else
|
else
|
||||||
VLAN="-tag $VLAN1"
|
VLAN=",tag=$VLAN1"
|
||||||
echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}"
|
echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}"
|
||||||
fi;
|
fi;
|
||||||
echo -e " ${CM}${CL} \n"
|
echo -e " ${CM}${CL} \n"
|
||||||
|
@ -293,8 +293,7 @@ export PCT_DISK_SIZE=$DISK_SIZE
|
||||||
export PCT_OPTIONS="
|
export PCT_OPTIONS="
|
||||||
-features $FEATURES
|
-features $FEATURES
|
||||||
-hostname $HN
|
-hostname $HN
|
||||||
-net0 name=eth0,bridge=vmbr0,ip=$NET$GATE
|
-net0 name=eth0,bridge=vmbr0,ip=$NET$GATE$VLAN
|
||||||
$VLAN
|
|
||||||
-onboot 1
|
-onboot 1
|
||||||
-cores $CORE_COUNT
|
-cores $CORE_COUNT
|
||||||
-memory $RAM_SIZE
|
-memory $RAM_SIZE
|
||||||
|
|
Loading…
Reference in New Issue