/[smeserver]/rpms/anaconda/sme8/anaconda-centos-additional-repos.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/anaconda-centos-additional-repos.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Wed Apr 27 14:33:48 2011 UTC (13 years ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
Import of anaconda-11.1.2.224-1.el5.centos.1

1 diff -uNr anaconda-11.1.2.209__orig/installclasses/rhel.py anaconda-11.1.2.209/installclasses/rhel.py
2 --- anaconda-11.1.2.209__orig/installclasses/rhel.py 2010-04-25 04:09:38.807535000 +0000
3 +++ anaconda-11.1.2.209/installclasses/rhel.py 2010-04-25 04:12:42.137535894 +0000
4 @@ -14,6 +14,8 @@
5 import logging
6 log = logging.getLogger("anaconda")
7
8 +import rpmUtils.arch
9 +
10 # custom installs are easy :-)
11 class InstallClass(BaseInstallClass):
12 # name has underscore used for mnemonics, strip if you dont need it
13 @@ -46,6 +48,8 @@
14 "See http://www.redhat.com/InstNum/ for more information.")
15 skipkeytext = N_("If you cannot locate the Installation Number, consult "
16 "http://www.redhat.com/InstNum/")
17 + repos = {
18 + "Packages from CentOS Extras": (None, "http://mirrorlist.centos.org/?release=5&arch=%s&repo=extras" %(rpmUtils.arch.getBaseArch() )) }
19
20 def setInstallData(self, anaconda):
21 BaseInstallClass.setInstallData(self, anaconda)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed