Browse Source

Install functions

Bob Mottram 8 years ago
parent
commit
09bc799226

+ 5
- 5
src/freedombone-app-babel View File

@@ -37,7 +37,7 @@ function backup_babel {
37 37
 }
38 38
 
39 39
 function remove_babel {
40
-    if ! grep -Fxq "mesh_babel" $COMPLETION_FILE; then
40
+    if ! grep -Fxq "install_babel" $COMPLETION_FILE; then
41 41
         return
42 42
     fi
43 43
 
@@ -51,7 +51,7 @@ function remove_babel {
51 51
     function_check save_firewall_settings
52 52
     save_firewall_settings
53 53
 
54
-    sed -i '/mesh_babel/d' $COMPLETION_FILE
54
+    sed -i '/install_babel/d' $COMPLETION_FILE
55 55
     sed -i '/configure_firewall_for_babel/d' $COMPLETION_FILE
56 56
 }
57 57
 
@@ -70,8 +70,8 @@ function configure_firewall_for_babel {
70 70
     echo 'configure_firewall_for_babel' >> $COMPLETION_FILE
71 71
 }
72 72
 
73
-function mesh_babel {
74
-    if grep -Fxq "mesh_babel" $COMPLETION_FILE; then
73
+function install_babel {
74
+    if grep -Fxq "install_babel" $COMPLETION_FILE; then
75 75
         return
76 76
     fi
77 77
     if [[ $ENABLE_BABEL != "yes" ]]; then
@@ -86,7 +86,7 @@ function mesh_babel {
86 86
 
87 87
     function_check configure_firewall_for_babel
88 88
     configure_firewall_for_babel
89
-    echo 'mesh_babel' >> $COMPLETION_FILE
89
+    echo 'install_babel' >> $COMPLETION_FILE
90 90
 }
91 91
 
92 92
 # NOTE: deliberately there is no "exit 0"

+ 5
- 5
src/freedombone-app-batman View File

@@ -50,7 +50,7 @@ function backup_batman {
50 50
 }
51 51
 
52 52
 function remove_batman {
53
-	if ! grep -Fxq "mesh_batman" $COMPLETION_FILE; then
53
+	if ! grep -Fxq "install_batman" $COMPLETION_FILE; then
54 54
 		return
55 55
 	fi
56 56
 
@@ -59,12 +59,12 @@ function remove_batman {
59 59
 		echo $'Failed to remove batman'
60 60
 		exit 79353
61 61
 	fi
62
-	sed -i '/mesh_batman/d' $COMPLETION_FILE
62
+	sed -i '/install_batman/d' $COMPLETION_FILE
63 63
 	sed -i '/configure_firewall_for_batman/d' $COMPLETION_FILE
64 64
 }
65 65
 
66
-function mesh_batman {
67
-	if grep -Fxq "mesh_batman" $COMPLETION_FILE; then
66
+function install_batman {
67
+	if grep -Fxq "install_batman" $COMPLETION_FILE; then
68 68
 		return
69 69
 	fi
70 70
 	if [[ $ENABLE_BATMAN != "yes" ]]; then
@@ -91,7 +91,7 @@ function mesh_batman {
91 91
 
92 92
 	function_check configure_firewall_for_batman
93 93
 	configure_firewall_for_batman
94
-	echo 'mesh_batman' >> $COMPLETION_FILE
94
+	echo 'install_batman' >> $COMPLETION_FILE
95 95
 }
96 96
 
97 97
 # NOTE: deliberately no exit 0

+ 9
- 9
src/freedombone-app-cjdns View File

@@ -112,7 +112,7 @@ function backup_cjdns {
112 112
 }
113 113
 
114 114
 function remove_cjdns {
115
-	if ! grep -Fxq "mesh_cjdns" $COMPLETION_FILE; then
115
+	if ! grep -Fxq "install_cjdns" $COMPLETION_FILE; then
116 116
 		return
117 117
 	fi
118 118
 	service cjdns stop
@@ -124,12 +124,12 @@ function remove_cjdns {
124 124
 	save_firewall_settings
125 125
 
126 126
 	rm -rf /etc/cjdns
127
-	sed -i '/mesh_cjdns/d' $COMPLETION_FILE
127
+	sed -i '/install_cjdns/d' $COMPLETION_FILE
128 128
 	sed -i '/cjdns /d' $COMPLETION_FILE
129 129
 	sed -i '/configure_firewall_for_cjdns/d' $COMPLETION_FILE
130 130
 }
131 131
 
132
-function mesh_cjdns {
132
+function install_cjdns {
133 133
 	if [[ $ENABLE_CJDNS != "yes" ]]; then
134 134
 		return
135 135
 	fi
@@ -138,7 +138,7 @@ function mesh_cjdns {
138 138
 	function_check set_repo_commit
139 139
 	set_repo_commit /etc/cjdns "cjdns commit" "$CJDNS_COMMIT" $CJDNS_REPO
140 140
 
141
-	if grep -Fxq "mesh_cjdns" $COMPLETION_FILE; then
141
+	if grep -Fxq "install_cjdns" $COMPLETION_FILE; then
142 142
 		return
143 143
 	fi
144 144
 
@@ -418,18 +418,18 @@ function mesh_cjdns {
418 418
 	function_check configure_firewall_for_cjdns
419 419
 	configure_firewall_for_cjdns
420 420
 
421
-	echo 'mesh_cjdns' >> $COMPLETION_FILE
421
+	echo 'install_cjdns' >> $COMPLETION_FILE
422 422
 }
423 423
 
424
-function mesh_cjdns_tools {
425
-	if grep -Fxq "mesh_cjdns_tools" $COMPLETION_FILE; then
424
+function install_cjdns_tools {
425
+	if grep -Fxq "install_cjdns_tools" $COMPLETION_FILE; then
426 426
 		return
427 427
 	fi
428 428
 	if [[ $ENABLE_CJDNS != "yes" ]]; then
429 429
 		return
430 430
 	fi
431 431
 	if [ ! -d /etc/cjdns ]; then
432
-		mesh_cjdns
432
+		install_cjdns
433 433
 	fi
434 434
 
435 435
 	function_check select_go_version
@@ -477,7 +477,7 @@ function mesh_cjdns_tools {
477 477
 	# initialise from the cjdns config
478 478
 	/usr/bin/cjdcmd cjdnsadmin -file /etc/cjdns/cjdroute.conf
479 479
 
480
-	echo 'mesh_cjdns_tools' >> $COMPLETION_FILE
480
+	echo 'install_cjdns_tools' >> $COMPLETION_FILE
481 481
 }
482 482
 
483 483
 # NOTE: deliberately no exit 0

+ 2
- 2
src/freedombone-image-customise View File

@@ -531,7 +531,7 @@ function mesh_avahi {
531 531
 	chmod +x $rootdir/usr/bin/$WATCHDOG_SCRIPT_NAME
532 532
 }
533 533
 
534
-function mesh_batman {
534
+function install_batman {
535 535
 	chroot "$rootdir" apt-get -y install iproute bridge-utils libnetfilter-conntrack3 batctl
536 536
 	chroot "$rootdir" apt-get -y install python-dev libevent-dev ebtables python-pip git
537 537
 	chroot "$rootdir" apt-get -y install wireless-tools rfkill
@@ -1111,7 +1111,7 @@ initialise_mesh() {
1111 1111
 
1112 1112
 	mesh_firewall
1113 1113
 	mesh_avahi
1114
-	mesh_batman
1114
+	install_batman
1115 1115
 	mesh_tox_node
1116 1116
 	mesh_tox_avahi
1117 1117
 	mesh_tox_client

+ 12
- 12
src/freedombone-mesh-install View File

@@ -99,7 +99,7 @@ function show_help {
99 99
 }
100 100
 
101 101
 
102
-function mesh_babel {
102
+function install_babel {
103 103
 	$CHROOT_PREFIX apt-get -y install babeld
104 104
 
105 105
 	babel_script=${rootdir}/var/lib/babel
@@ -180,7 +180,7 @@ function mesh_babel {
180 180
 	$CHROOT_PREFIX systemctl enable babel
181 181
 }
182 182
 
183
-function mesh_babel_remove {
183
+function install_babel_remove {
184 184
 	$CHROOT_PREFIX systemctl stop babel
185 185
 	$CHROOT_PREFIX apt-get -y remove --purge babeld
186 186
 	rm ${rootdir}/var/lib/babel
@@ -227,7 +227,7 @@ function mesh_avahi {
227 227
 	chmod +x $rootdir/usr/bin/$WATCHDOG_SCRIPT_NAME
228 228
 }
229 229
 
230
-function mesh_babel_client {
230
+function install_babel_client {
231 231
 	# TODO to be fixed
232 232
 	if [ -f /usr/local/bin/${PROJECT_NAME} ]; then
233 233
 		TOXIC_FILE=$(cat /usr/local/bin/${PROJECT_NAME}-app-tox | grep "TOXIC_FILE=" | head -n 1 | awk -F '=' '{print $2}')
@@ -333,13 +333,13 @@ function mesh_babel_client {
333 333
 	sudo mv $babel_script ${rootdir}/usr/bin/babel
334 334
 }
335 335
 
336
-function mesh_batman_remove {
336
+function install_batman_remove {
337 337
 	systemctl stop batman
338 338
 	rm $rootdir/var/lib/batman
339 339
 	rm $rootdir/etc/systemd/system/batman.service
340 340
 }
341 341
 
342
-function mesh_batman {
342
+function install_batman {
343 343
 	$CHROOT_PREFIX apt-get -y install iproute bridge-utils libnetfilter-conntrack3 batctl
344 344
 	$CHROOT_PREFIX apt-get -y install python-dev libevent-dev ebtables python-pip git
345 345
 	$CHROOT_PREFIX apt-get -y install wireless-tools rfkill
@@ -799,7 +799,7 @@ function mesh_zeronet {
799 799
 	$CHROOT_PREFIX systemctl enable zeronet.service
800 800
 }
801 801
 
802
-function mesh_batman_client {
802
+function install_batman_client {
803 803
 	if [ -f /usr/local/bin/${PROJECT_NAME} ]; then
804 804
 		TOXIC_FILE=$(cat /usr/local/bin/${PROJECT_NAME}-app-tox | grep "TOXIC_FILE=" | head -n 1 | awk -F '=' '{print $2}')
805 805
 	else
@@ -1101,13 +1101,13 @@ done
1101 1101
 
1102 1102
 if [[ $FN == 'babel' ]]; then
1103 1103
 	if [[ $REMOVE != 'yes' ]]; then
1104
-		mesh_babel
1104
+		install_babel
1105 1105
 	else
1106
-		mesh_babel_remove
1106
+		install_babel_remove
1107 1107
 	fi
1108 1108
 fi
1109 1109
 if [[ $FN == 'babel_client' ]]; then
1110
-	mesh_babel_client
1110
+	install_babel_client
1111 1111
 fi
1112 1112
 if [[ $FN == 'avahi' ]]; then
1113 1113
 	mesh_avahi
@@ -1117,13 +1117,13 @@ if [[ $FN == 'firewall' ]]; then
1117 1117
 fi
1118 1118
 if [[ $FN == 'batman' ]]; then
1119 1119
 	if [[ $REMOVE != 'yes' ]]; then
1120
-		mesh_batman
1120
+		install_batman
1121 1121
 	else
1122
-		mesh_batman_remove
1122
+		install_batman_remove
1123 1123
 	fi
1124 1124
 fi
1125 1125
 if [[ $FN == 'batman_client' ]]; then
1126
-	mesh_batman_client
1126
+	install_batman_client
1127 1127
 fi
1128 1128
 if [[ $FN == 'tox_node' ]]; then
1129 1129
 	if [[ $REMOVE != 'yes' ]]; then

+ 4
- 4
src/freedombone-utils-setup View File

@@ -291,10 +291,10 @@ function setup_utils {
291 291
 }
292 292
 
293 293
 function setup_mesh {
294
-	mesh_cjdns
295
-	mesh_cjdns_tools
296
-	mesh_batman
297
-	mesh_babel
294
+	install_cjdns
295
+	install_cjdns_tools
296
+	install_batman
297
+	install_babel
298 298
 }
299 299
 
300 300
 function setup_email {