]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Habe mal die Meldung geaendert, dass niemand die LFS-Leute informiert wenn er nen...
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 24 Jul 2007 20:57:19 +0000 (20:57 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Tue, 24 Jul 2007 20:57:19 +0000 (20:57 +0000)
Bei Errors wartet das System jetzt 3 Minuten und geht dann automatisch weiter, falls man per Remote neu startet...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@718 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

src/initscripts/init.d/functions

index ec7572d06022febd73c304f3ce11d30a44a95a9f..e42bde346e2e24b224d1069039257a5cd0909ec2 100644 (file)
@@ -152,12 +152,15 @@ print_error_msg()
        boot_mesg_flush
        boot_mesg -n "If you're able to track this"
        boot_mesg -n " error down to a bug in one of the files provided by"
-       boot_mesg -n " the LFS book, please be so kind to inform us at"
-       boot_mesg " lfs-dev@linuxfromscratch.org.\n"
+       boot_mesg -n " ipfire, please be so kind to inform us at"
+       boot_mesg " info@ipfire.org.\n"
        boot_mesg_flush
-       boot_mesg -n "Press Enter to continue..." ${INFO}
+       boot_mesg -n "Press Enter to continue or wait 3 minutes..." ${INFO}
        boot_mesg "" ${NORMAL}
-       read ENTER
+       while sleep 180; do
+               read ENTER
+               break
+       done
 }
 
 check_script_status()