mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user