From 67d7808f0bfb726efc54af15447c7efa820304f7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 31 Jan 2024 03:10:40 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- .pct-helpers | 3 +++ host/make.sh | 3 +++ 2 files changed, 6 insertions(+) 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