---
 polystrap.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/polystrap.sh b/polystrap.sh
index e7d7c1b..610d49c 100755
--- a/polystrap.sh
+++ b/polystrap.sh
@@ -135,6 +135,7 @@ fi
 
 # run preinst scripts
 for script in $ROOTDIR/var/lib/dpkg/info/*.preinst; do
+       echo I: Preinstall script: $script
         [ "$script" = "$ROOTDIR/var/lib/dpkg/info/bash.preinst" ] && continue
         fakechroot chroot $ROOTDIR ${script##$ROOTDIR} install
 done
@@ -145,6 +146,7 @@ fakechroot chroot $ROOTDIR /usr/bin/dpkg --configure -a || 
fakechroot chroot $RO
 # source hooks
 if [ -r "$PLATFORM/hooks" ]; then
        for f in $PLATFORM/hooks/*; do
+               echo I: Hook: $f
                . $f
        done
 fi
-- 
1.7.5.4


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to