From: Marc Fiuczynski Date: Fri, 22 Feb 2008 20:52:00 +0000 (+0000) Subject: fix: yum clean all installroot was pointing at the wrong directory X-Git-Tag: BootstrapFS-1.0-0~15 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=cf0fe89911bfd82392c460ad1db113373b01d923 fix: yum clean all installroot was pointing at the wrong directory --- diff --git a/build.sh b/build.sh index dc0d7a1..00cda86 100755 --- a/build.sh +++ b/build.sh @@ -143,7 +143,7 @@ done # Build the base Bootstrap filesystem # clean out yum cache to reduce space requirements -yum -c ${vref}/etc/yum.conf --installroot=${vdir} -y clean all +yum -c ${vref}/etc/yum.conf --installroot=${vref} -y clean all echo "--------STARTING tar'ing PlanetLab-Bootstrap.tar.bz2: $(date)" tar -cpjf PlanetLab-Bootstrap.tar.bz2 -C ${vref} .