ソースを参照

Remove avahi ssh on mesh

Bob Mottram 7 年 前
コミット
5648acd148
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      src/freedombone-image-customise

+ 2
- 0
src/freedombone-image-customise ファイルの表示

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