[SCM] live-boot branch, debian-next, updated. debian/3.0_a27-1-1-g13720ed

Tails developers amnesia at boum.org
Mon Apr 9 17:22:35 UTC 2012


The following commit has been merged in the debian-next branch:
commit 13720ed6b4bfb130acb58c14fb133d2280d45a89
Author: Tails developers <amnesia at boum.org>
Date:   Mon Apr 9 19:21:36 2012 +0200

    Improving robustness of findiso cleanup process.
    
    ... by checking exactly the same directory as the one we are unmounting.

diff --git a/scripts/live b/scripts/live
index 780c5de..f25fbad 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1649,7 +1649,7 @@ mountroot ()
 	then
 		losetup -d /dev/loop0
 
-		if is_mountpoint /live/findiso
+		if is_mountpoint /root/live/findiso
 		then
 			umount /root/live/findiso
 			rmdir --ignore-fail-on-non-empty /root/live/findiso \

-- 
live-boot



More information about the debian-live-changes mailing list