From cf0fe89911bfd82392c460ad1db113373b01d923 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 22 Feb 2008 20:52:00 +0000 Subject: [PATCH] fix: yum clean all installroot was pointing at the wrong directory --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} . -- 2.43.0