diff --git a/.pct-helpers b/.pct-helpers index 295d7d1..f811929 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -1,5 +1,8 @@ #!/usr/bin/bash #---------------------------------------------------------------------- +# +# +#---------------------------------------------------------------------- CT_DIR=${CT_DIR:=/etc/pve/lxc/} diff --git a/host/make.sh b/host/make.sh index 2df9e3e..11e7f2b 100755 --- a/host/make.sh +++ b/host/make.sh @@ -73,6 +73,9 @@ if xreadYes "# Create bridges?" BRIDGES ; then cat bridges.tpl \ | expandPCTTemplate WAN_PORT ADMIN_PORT}" + # XXX check if new bridges already exist in intefaces... + # XXX + # XXX add $BRIDGES to /etc/network/interfaces either before the # source command or at the end... # XXX