[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] progress information



---
 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


Reply to: