From 072165b23b5927f5247d2e74bc243d3d6a4e6e19 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 8 Nov 2007 16:34:51 +0000 Subject: [PATCH] move timing comment to the tar operation --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.43.0