[PATCH] progress information

Geert Stappers <[email protected]>
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <[email protected]>
---
 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.