From 0a0e9c67ce1aa517ee2315ca6fd0a3f6422772c8 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 14 Jul 2015 10:08:23 +0200 Subject: [PATCH] Adjust sleep timers should be working fine now with 2*30 secsonds --- installer/install2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/install2.sh b/installer/install2.sh index 56be22cb..6711e39a 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -86,9 +86,9 @@ APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "7"; EOF -# Let's wait no longer for network than 20 seconds -#fuECHO "### Wait no longer for network than 60 seconds." -#sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf +# Let's wait no longer for network than 60 seconds +fuECHO "### Wait no longer for network than 60 seconds." +sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf # Let's make sure to reboot the system after a kernel panic fuECHO "### Reboot after kernel panic."