Skip to content
Snippets Groups Projects
Commit dc0d04ca authored by Bob Mottram's avatar Bob Mottram
Browse files

Enable batman daemon on mesh client

parent f95cef53
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment