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