summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2008-12-02 14:44:42 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:03 +0100
commitebc797e0140252c5f1ad81e87d10538d8ccb8a92 (patch)
tree432fc90eca42217e44d3512a7ed1d961dbf623fb /scripts
parenta8b795f00da8ab5952ef11f1f4ef170d47591c98 (diff)
downloadlive-boot-ebc797e0140252c5f1ad81e87d10538d8ccb8a92.tar.gz
live-boot-ebc797e0140252c5f1ad81e87d10538d8ccb8a92.zip
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
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