[Fai-commit] r3888 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Thu Sep 7 15:07:44 UTC 2006
Author: lange
Date: 2006-09-07 15:07:44 +0000 (Thu, 07 Sep 2006)
New Revision: 3888
Modified:
trunk/bin/make-fai-nfsroot
Log:
Print info when aborting
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot 2006-09-07 14:26:42 UTC (rev 3887)
+++ trunk/bin/make-fai-nfsroot 2006-09-07 15:07:44 UTC (rev 3888)
@@ -94,7 +94,7 @@
export DEBIAN_FRONTEND=noninteractive
[ "$recover" ] || rm -rf $RUNDIR/*
-trap "umount_dirs" EXIT
+trap 'echo "Aborting";umount_dirs' EXIT
trap "bad_exit" ERR
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
bad_exit() {
More information about the Fai-commit
mailing list