[SCM] live-build branch, debian, updated. debian/3.0_a42-1-25-g6c98972

Daniel Baumann daniel at debian.org
Mon Feb 6 22:26:21 UTC 2012


The following commit has been merged in the debian branch:
commit ee58b8ab8d1b469679fb080fb08a4b30ea0b4aaa
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