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

This commit is contained in:
Daniel Baumann 2012-01-22 22:31:27 +01:00
parent db064f3787
commit ee58b8ab8d
1 changed files with 5 additions and 0 deletions

View File

@ -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,