From ebc797e0140252c5f1ad81e87d10538d8ccb8a92 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Tue, 2 Dec 2008 14:44:42 +0100 Subject: [PATCH] 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. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4