|
@@ -35,6 +35,8 @@ COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
|
35
|
35
|
|
36
|
36
|
PROJECT_REPO="https://github.com/bashrc/${PROJECT_NAME}"
|
37
|
37
|
|
|
38
|
+VARIANT='full'
|
|
39
|
+
|
38
|
40
|
# username created by default within a debian image
|
39
|
41
|
GENERIC_IMAGE_USERNAME='fbone'
|
40
|
42
|
|
|
@@ -230,7 +232,6 @@ create_generic_image() {
|
230
|
232
|
if [[ $GENERIC_IMAGE == "no" ]]; then
|
231
|
233
|
return
|
232
|
234
|
fi
|
233
|
|
- VARIANT="full"
|
234
|
235
|
if [ $CONFIG_FILENAME ]; then
|
235
|
236
|
if [[ "$CONFIG_FILENAME" == *"mesh.cfg"* ]]; then
|
236
|
237
|
VARIANT="mesh"
|
|
@@ -888,6 +889,7 @@ initialise_mesh() {
|
888
|
889
|
if [[ $VARIANT != "mesh" || $DEBIAN_INSTALL_ONLY != "no" ]]; then
|
889
|
890
|
return
|
890
|
891
|
fi
|
|
892
|
+
|
891
|
893
|
mesh_firewall
|
892
|
894
|
mesh_avahi
|
893
|
895
|
mesh_batman
|