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