From 815dadbbe03f63c4799e9c4330fd97a3e1a1a65f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 5 Feb 2015 17:18:47 +0100 Subject: chroot-installation: add more debug output --- bin/chroot-installation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 1b6cf768..ba0d9e28 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -59,6 +59,7 @@ execute_ctmpfile() { sudo chroot $CHROOT_TARGET $TMPFILE fi rm $CTMPFILE + echo "Debug: This should only be printed on success." } prepare_bootstrap() { @@ -253,6 +254,8 @@ if [ "$3" != "" ] ; then esac fi +echo "Debug: Removing trap." trap - INT TERM EXIT +echo "Debug: Cleanup fine" cleanup_all fine -- cgit v1.2.3-70-g09d2