From ee58b8ab8d1b469679fb080fb08a4b30ea0b4aaa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 22 Jan 2012 22:31:27 +0100 Subject: Applying patch from Ivailo Monev to remove stage files for pseudo-filesystems helpers in exit function. --- functions/exit.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/exit.sh b/functions/exit.sh index 8bf19aaac..a692312e8 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, -- cgit v1.2.3