Enable batman daemon on mesh client

This commit is contained in:
Bob Mottram 2016-06-24 16:03:06 +01:00
parent f95cef531d
commit dc0d04ca1d
1 changed files with 4 additions and 2 deletions

View File

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