From 4601019b6ef72b884b8c4e1c4a834d130816db25 Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 24 Jul 2007 20:57:19 +0000 Subject: [PATCH] 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 --- src/initscripts/init.d/functions | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/initscripts/init.d/functions b/src/initscripts/init.d/functions index ec7572d060..e42bde346e 100644 --- a/src/initscripts/init.d/functions +++ b/src/initscripts/init.d/functions @@ -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() -- 2.39.2