Cleaned the boot log a bit.
authorMarco Amadori <amadorim@vdavda.com>
Tue, 2 Dec 2008 13:44:42 +0000 (14:44 +0100)
committerMarco Amadori <amadorim@vdavda.com>
Tue, 2 Dec 2008 13:44:42 +0000 (14:44 +0100)
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.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
scripts/live

index eb279f6..2b8ff01 100755 (executable)
@@ -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