Log:
Be more verbose on installing boot files.
Modified:
branches/stephan/build.sh
Modified: branches/stephan/build.sh
==============================================================================
--- branches/stephan/build.sh (original)
+++ branches/stephan/build.sh Tue Dec 2 16:22:31 2008
@@ -154,7 +154,9 @@
do
test -r $CACHE_ROOT/$i || \
ftp -o $CACHE_ROOT/$i $MIRROR1/$RELEASE/$ARCH/$i
+ echo -n "Installing $i ... "
cp -p $CACHE_ROOT/$i $IMAGE_ROOT/
+ echo done
done
}