From f2d0d81ad090f04f26845f8d26ca5badf3c7d41a Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Sun, 19 Oct 2008 16:02:28 +0100
Subject: Print message when Exit is called.

---
 functions/exit.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/functions/exit.sh b/functions/exit.sh
index 47b88a7..8a79460 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -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
-- 
cgit v1.0