remove sleep modification

some problems occured with modified sleeps
This commit is contained in:
Marco Ochse 2015-07-14 09:01:44 +02:00
parent d936288771
commit ced36070d2

View file

@ -87,8 +87,8 @@ APT::Periodic::AutocleanInterval "7";
EOF EOF
# Let's wait no longer for network than 20 seconds # Let's wait no longer for network than 20 seconds
fuECHO "### Wait no longer for network than 20 seconds." #fuECHO "### Wait no longer for network than 60 seconds."
sed -i.bak 's#sleep 60#sleep 10#' /etc/init/failsafe.conf #sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf
# Let's make sure to reboot the system after a kernel panic # Let's make sure to reboot the system after a kernel panic
fuECHO "### Reboot after kernel panic." fuECHO "### Reboot after kernel panic."