[SCM] Debian Live initramfs hook branch, master, updated. 1.154.1-1-2-g21883c0

Marco Amadori amadorim at vdavda.com
Tue Dec 2 17:00:07 UTC 2008


The following commit has been merged in the master branch:
commit 21883c0e2c6e9ba342e3f56e80e49728d4e901ca
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Tue Dec 2 14:44:42 2008 +0100

    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.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list