[SCM] live-boot branch, debian-next, updated. debian/3.0_a25-1-11-g821aa7e

Daniel Baumann daniel at debian.org
Sun Apr 1 20:00:42 UTC 2012


The following commit has been merged in the debian-next branch:
commit 8b450c0e900c199259b738b3e43b01195b853ec3
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Apr 1 21:57:19 2012 +0200

    Avoid calling rm without -f in initial work on a custom mounts system to ensure non-interactivity.

diff --git a/scripts/live b/scripts/live
index 4c0597a..bd4ee2a 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1725,7 +1725,7 @@ setup_unionfs ()
 				mount -t "${UNIONTYPE}" -o "${unionmountopts}" "${UNIONTYPE}" "${dest}"
 			fi
 		done < ${bindings}
-		rm ${bindings}
+		rm -f ${bindings}
 
 		# Look for other snapshots to copy in
 		try_snap "${root_snapdata}" "${rootmnt}" "ROOT"

-- 
live-boot



More information about the debian-live-changes mailing list