Bob Mottram 8 years ago
parent
commit
4e042432ab
No account linked to committer's email
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      src/freedombone-app-tox
  2. 1
    1
      src/freedombone-image-customise

+ 2
- 1
src/freedombone-app-tox View File

@@ -590,8 +590,9 @@ EOF
590 590
     echo 'while true' >> $MESH_SYNC_COMMAND
591 591
     echo 'do' >> $MESH_SYNC_COMMAND
592 592
     echo '    /usr/bin/timeout 20 /usr/local/bin/toxavahi' >> $MESH_SYNC_COMMAND
593
+    echo '    sleep 10' >> $MESH_SYNC_COMMAND
593 594
     echo '    /usr/bin/timeout 20 /usr/local/bin/zeronetavahi' >> $MESH_SYNC_COMMAND
594
-    echo '    sleep 5' >> $MESH_SYNC_COMMAND
595
+    echo '    sleep 10' >> $MESH_SYNC_COMMAND
595 596
     echo 'done' >> $MESH_SYNC_COMMAND
596 597
     chmod +x $MESH_SYNC_COMMAND
597 598
 

+ 1
- 1
src/freedombone-image-customise View File

@@ -851,7 +851,7 @@ chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover ava
851 851
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
852 852
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
853 853
 chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
854
-chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses
854
+chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses iotop
855 855
 
856 856
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
857 857
 sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf