[SCM] live-boot branch, debian, updated. debian/3.0_a25-1-72-gfc7a680

Daniel Baumann daniel at debian.org
Thu Apr 5 06:21:39 UTC 2012


The following commit has been merged in the debian branch:
commit 8146bc4e2485566655d443f5b0d3b86df4e869b9
Author: Tails developers <amnesia at boum.org>
Date:   Wed Feb 8 12:44:30 2012 +0100

    Remove some temporary custom mount related files after they're used.

diff --git a/scripts/live b/scripts/live
index e80c470..ac2845c 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1695,10 +1695,12 @@ setup_unionfs ()
 		# that we won't hide a previous mount. We also  ignore
 		# duplicate destinations in a more or less arbitrary way.
 		[ -e "${bindings}" ] && sort -k2 -sbu ${bindings} >> ${custom_mounts}
+		rm ${bindings}
 
 		# After all mounts are considered we add symlinks so they
 		# won't be hidden by some mount.
 		[ -e "${links}" ] && sort -k2 -sbu ${links} >> ${custom_mounts}
+		rm ${links}
 
 		[ "${DEBUG}" = "Yes" ] && cp ${custom_mounts} ${persistent_backing}
 

-- 
live-boot



More information about the debian-live-changes mailing list