From 557032742341194894b12b25d7ad3ec15ba3818f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 29 Dec 2023 06:32:00 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ns/make.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ns/make.sh b/ns/make.sh index e98f667..085807b 100644 --- a/ns/make.sh +++ b/ns/make.sh @@ -88,6 +88,7 @@ echo Creating CT... TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz)) +# XXX option to configure bridges... # NOTE: we are not setting the password here to avoid printing it to the terminal... @ pct create $ID \ ${TEMPLATE[-1]} \ @@ -104,6 +105,7 @@ TEMPLATE=($(ls /var/lib/vz/template/cache/alpine-3.18*.tar.xz)) --start 1 \ || exit 1 +# XXX ifdown admin lan interfaces fro bootstrap... echo Setting root password... if [ $PASS ] ; then