Browse Source

Enable batman daemon on mesh client

Bob Mottram 8 years ago
parent
commit
dc0d04ca1d
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      src/freedombone-image-customise

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

@@ -288,9 +288,9 @@ if [ -f ~/.initial_setup ]; then
288 288
  |    |   (.-' (.-' (   | (   )|  |  | |   )(   )|  | (.-'
289 289
  '    '     --'  --'  -' -  -' '  '   -' -'   -' '   -  --'
290 290
 
291
-				   Initial setup process
291
+                   Initial setup process
292 292
 
293
-		  Please enter your password a second time.
293
+          Please enter your password a second time.
294 294
 "
295 295
 	sudo su
296 296
 fi
@@ -1104,6 +1104,8 @@ function configure_user_interface {
1104 1104
 
1105 1105
 		echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx' >> $rootdir/home/$MY_USERNAME/.profile
1106 1106
 
1107
+        chroot "$rootdir" systemctl set-default multi-user.target
1108
+
1107 1109
 		# change the desktop background
1108 1110
 		if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
1109 1111
 			if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then