From: Marco Amadori Date: Tue, 2 Dec 2008 13:44:42 +0000 (+0100) Subject: Cleaned the boot log a bit. X-Git-Tag: debian/2.0.15-1~383 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=ebc797e0140252c5f1ad81e87d10538d8ccb8a92;p=live-boot-grml.git Cleaned the boot log a bit. Include a '\n' before the live-bottom script calls, otherwise the first hook will trash the previous "begin_log_msg" entry, and however this should be treated as a nested task. --- diff --git a/scripts/live b/scripts/live index eb279f6..2b8ff01 100755 --- a/scripts/live +++ b/scripts/live @@ -1555,7 +1555,7 @@ mountroot () log_end_msg maybe_break live-bottom - log_begin_msg "Running /scripts/live-bottom" + log_begin_msg "Running /scripts/live-bottom\n" run_scripts /scripts/live-bottom log_end_msg