From: Thierry Parmentelat Date: Thu, 3 Nov 2005 16:24:00 +0000 (+0000) Subject: This change is for yum-2.4 from fc4 X-Git-Tag: planetlab-3_3-rc2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=690891010ef8b57a848299da529c4b87b36c17f9;p=bootcd.git This change is for yum-2.4 from fc4 when we build the CD from an fc4 node, we want the yum client to ignore /etc/yum.repos.d/ This probably would still make sense if the nodes were to run fc4 too. --- diff --git a/yum.conf b/yum.conf index 8c71cc5..a5a60ec 100644 --- a/yum.conf +++ b/yum.conf @@ -3,6 +3,9 @@ cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest +### for yum-2.4 in fc4 (this will be ignored by yum-2.0) +### everything in here, do not scan /etc/yum.repos.d/ +reposdir=/dev/null [FedoraCore2Base] name=Fedora Core 2 Base -- PlanetLab Central