Habe mal die Meldung geaendert, dass niemand die LFS-Leute informiert wenn er nen Fehler hat.

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
This commit is contained in:
ms
2007-07-24 20:57:19 +00:00
parent fa9ef3b730
commit 4601019b6e

View 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()