mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
bootstrapping host...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ec250a5e39
commit
a2bc69ba4f
@ -19,7 +19,6 @@ need ifreload
|
||||
|
||||
readConfig
|
||||
|
||||
|
||||
DFL_WAN_PORT=${DFL_WAN_PORT:-enp5s0}
|
||||
DFL_ADMIN_PORT=${DFL_ADMIN_PORT:-enp2s0}
|
||||
|
||||
@ -36,6 +35,7 @@ SOFTWARE=(
|
||||
tmux
|
||||
)
|
||||
|
||||
BRIDGES_TPL=bootstrap-bridges.tpl
|
||||
|
||||
# XXX
|
||||
#readVars
|
||||
@ -88,7 +88,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
||||
@ cp "$INTERFACES"{,.new}
|
||||
|
||||
BRIDGES="$(\
|
||||
cat bridges.tpl \
|
||||
cat "$BRIDGES_TPL" \
|
||||
| expandPCTTemplate \
|
||||
LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \
|
||||
WAN_PORT ADMIN_PORT \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user