Print message when Exit is called.

This commit is contained in:
Chris Lamb 2008-10-19 16:02:28 +01:00 committed by Daniel Baumann
parent 4c485f1853
commit f2d0d81ad0
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Exit ()
# Always exit true in case we are not able to unmount
# (e.g. due to running processes in chroot from user customizations)
Echo_message "Begin unmounting filesystems..."
umount chroot/dev/pts > /dev/null 2>&1 || true
umount chroot/proc > /dev/null 2>&1 || true
umount chroot/selinux > /dev/null 2>&1 || true