]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/init.d/functions
Habe mal die Meldung geaendert, dass niemand die LFS-Leute informiert wenn er nen...
[ipfire-2.x.git] / 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()