Enable batman daemon on mesh client
This commit is contained in:
parent
f95cef531d
commit
dc0d04ca1d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue