X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.sh;fp=build.sh;h=5cf4a4fcc822b1316857a30c3306accb6e800787;hb=ca85c8646f6d5c29e396d151711a23161f5ff2c2;hp=eed21a97e243822824c0a58143b950848b07191c;hpb=a1ff506de8d127c7ec2cad45d278ef86399b54e0;p=bootcd.git diff --git a/build.sh b/build.sh index eed21a9..5cf4a4f 100755 --- a/build.sh +++ b/build.sh @@ -129,10 +129,10 @@ EOF yum -c yum.conf --installroot=$CD_ROOT -y groupinstall $BOOTCD_YUM_GROUP # Clean yum cache - yum -c yum.conf --installroot=$VROOT -y clean all + yum -c yum.conf --installroot=$CD_ROOT -y clean all # Remove stale RPM locks - rm -f $VROOT/var/lib/rpm/__db* + rm -f $CD_ROOT/var/lib/rpm/__db* # Retrieve all of the packagereq declarations in the BootCD group of the yumgroups.xml file echo "checking to make sure rpms were installed"