From: Marc Fiuczynski Date: Thu, 8 Nov 2007 16:34:51 +0000 (+0000) Subject: move timing comment to the tar operation X-Git-Tag: bootstrapfs-0.1-1~24 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=072165b23b5927f5247d2e74bc243d3d6a4e6e19 move timing comment to the tar operation --- diff --git a/build.sh b/build.sh index 2786866..ce7faab 100755 --- a/build.sh +++ b/build.sh @@ -116,9 +116,9 @@ for bootstrapfs in bootstrap-filesystems/*.lst ; do done # Build the base Bootstrap filesystem -echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)" # clean out yum cache to reduce space requirements yum -c ${vref}/etc/yum.conf --installroot=${vdir} -y clean all +echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)" tar -cpjf PlanetLab-Bootstrap.tar.bz2 -C ${vref} . echo "--------FINISHED tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)"