[SCM] live-build branch, debian-next, updated. debian/3.0_a42-1-6-g7a7528c

Daniel Baumann daniel at debian.org
Sun Jan 22 21:32:00 UTC 2012


The following commit has been merged in the debian-next branch:
commit 7a7528c5355b3a736311b801d5a5294bcd643e9b
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Jan 22 22:31:27 2012 +0100

    Applying patch from Ivailo Monev to remove stage files for pseudo-filesystems helpers in exit function.

diff --git a/functions/exit.sh b/functions/exit.sh
index 8bf19aa..a692312 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -35,6 +35,11 @@ Exit ()
 		done
 	fi
 
+	rm -f .stage/chroot_devpts
+	rm -f .stage/chroot_proc
+	rm -f .stage/chroot_selinuxfs
+	rm -f .stage/chroot_sysfs
+
 	Echo_message "Saving caches..."
 
 	# We can't really know at which part we're failing,

-- 
live-build



More information about the debian-live-changes mailing list