[Fai-commit] r3807 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Mon Aug 28 13:25:24 UTC 2006
Author: lange
Date: 2006-08-28 13:25:24 +0000 (Mon, 28 Aug 2006)
New Revision: 3807
Modified:
trunk/lib/subroutines-linux
Log:
add echo statement
Modified: trunk/lib/subroutines-linux
===================================================================
--- trunk/lib/subroutines-linux 2006-08-28 13:20:45 UTC (rev 3806)
+++ trunk/lib/subroutines-linux 2006-08-28 13:25:24 UTC (rev 3807)
@@ -121,6 +121,7 @@
if [ $? -ne 0 ]; then
[ $DO_INIT_TASKS -eq 0 ] && basefile=$NFSROOT/var/tmp/base.tgz
# extract the tar file which was the result of debootstrap
+ echo "Extracting $NFSROOT/var/tmp/base.tgz"
gzip -dc $basefile | tar -C $FAI_ROOT -xpf -
fi
# now we can copy fstab
More information about the Fai-commit
mailing list