From 1078ba9a452f0c3f22a21857881e772bdcdf7ebb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 13 Nov 2007 18:53:39 +0000 Subject: [PATCH] disabling the extras fedora repo when installing netflow - yum gets confused by ulogd - temporary --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bbef6ee..c7ba063 100755 --- a/build.sh +++ b/build.sh @@ -87,7 +87,8 @@ for systemvserver in reference-vservers/*.lst ; do echo ${vrefname} > ${vdir}.cloned # Install the system vserver specific packages - [ -n "$systempackages" ] && yum -c ${vdir}/etc/yum.conf --installroot=${vdir} -y install $systempackages + # xxx - thierry -adding disablerepo for closing the build loop - should be solved some other way + [ -n "$systempackages" ] && yum -c ${vdir}/etc/yum.conf --installroot=${vdir} --disablerepo=extras -y install $systempackages [ -n "$systemgroups" ] && yum -c ${vdir}/etc/yum.conf --installroot=${vdir} -y groupinstall $systemgroups # Create a copy of the system vserver w/o the vserver reference files and make it smaller. -- 2.43.0