From ced36070d2cfae4b854eda5e9ca26965d8e63d56 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 14 Jul 2015 09:01:44 +0200 Subject: [PATCH] remove sleep modification some problems occured with modified sleeps --- installer/install2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install2.sh b/installer/install2.sh index 2f3766fc..56be22cb 100755 --- a/installer/install2.sh +++ b/installer/install2.sh @@ -87,8 +87,8 @@ APT::Periodic::AutocleanInterval "7"; EOF # Let's wait no longer for network than 20 seconds -fuECHO "### Wait no longer for network than 20 seconds." -sed -i.bak 's#sleep 60#sleep 10#' /etc/init/failsafe.conf +#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."