[SCM] debian-live branch, master, updated. 1.130.1-3-4-g81769bd

Daniel Baumann daniel at debian.org
Fri May 30 21:55:07 UTC 2008


The following commit has been merged in the master branch:
commit 81769bdc148f440db8b74e9890e273bda333dccb
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri May 30 23:52:46 2008 +0200

    Adding patch from Michal Suchanek <hramrach at centrum.cz> to not tail live.log and show its messages during boot (Closes: #440238).

diff --git a/scripts/live b/scripts/live
index 240691a..95c4c6b 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1267,6 +1267,8 @@ mountroot ()
 	exec 7>&2
 	exec > live.log
 	exec 2>&1
+	tail -f live.log >&7 &
+	tailpid="${!}"
 
 	Arguments
 
@@ -1348,5 +1350,6 @@ mountroot ()
 
 	exec 1>&6 6>&-
 	exec 2>&7 7>&-
+	kill ${tailpid}
 	cp live.log "${rootmnt}/var/log/"
 }

-- 
debian-live



More information about the debian-live-changes mailing list