[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-34-gc043a6b

Chris Lamb lamby at debian.org
Sun Oct 19 16:10:04 UTC 2008


The following commit has been merged in the master branch:
commit d47aff726e63cf5863adf06d3cc45fd810c0e722
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 19 16:02:28 2008 +0100

    Print message when Exit is called.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list