Browse Source

Remove avahi ssh on mesh

Bob Mottram 7 years ago
parent
commit
5648acd148
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-image-customise

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

906
     mesh_install_scuttlebot
906
     mesh_install_scuttlebot
907
     #install_ferment
907
     #install_ferment
908
 
908
 
909
+    rm $rootdir/etc/avahi/services/ssh.service
910
+
909
     chroot "$rootdir" apt-get clean
911
     chroot "$rootdir" apt-get clean
910
     chroot "$rootdir" /bin/rm -rf /var/lib/apt/lists/*
912
     chroot "$rootdir" /bin/rm -rf /var/lib/apt/lists/*
911
     chroot "$rootdir" apt-get clean
913
     chroot "$rootdir" apt-get clean