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

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

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

Revision 1.3 by slords, Thu Oct 22 14:06:59 2009 UTC Revision 1.4 by slords, Mon May 17 16:15:48 2010 UTC
# Line 1  Line 1 
1  diff -uNr anaconda-11.1.2.195__orig/installclasses/rhel.py anaconda-11.1.2.195/installclasses/rhel.py  diff -uNr anaconda-11.1.2.209__orig/installclasses/rhel.py anaconda-11.1.2.209/installclasses/rhel.py
2  --- anaconda-11.1.2.195__orig/installclasses/rhel.py    2009-09-28 22:49:11.000000000 +0000  --- anaconda-11.1.2.209__orig/installclasses/rhel.py    2010-04-25 04:09:38.807535000 +0000
3  +++ anaconda-11.1.2.195/installclasses/rhel.py  2009-09-28 22:51:14.000000000 +0000  +++ anaconda-11.1.2.209/installclasses/rhel.py  2010-04-25 04:12:42.137535894 +0000
4  @@ -14,6 +14,8 @@  @@ -14,6 +14,8 @@
5   import logging   import logging
6   log = logging.getLogger("anaconda")   log = logging.getLogger("anaconda")
# Line 10  diff -uNr anaconda-11.1.2.195__orig/inst Line 10  diff -uNr anaconda-11.1.2.195__orig/inst
10   # custom installs are easy :-)   # custom installs are easy :-)
11   class InstallClass(BaseInstallClass):   class InstallClass(BaseInstallClass):
12       # name has underscore used for mnemonics, strip if you dont need it       # name has underscore used for mnemonics, strip if you dont need it
13  @@ -57,6 +59,10 @@  @@ -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 "       skipkeytext = N_("If you cannot locate the Installation Number, consult "
16                        "http://www.redhat.com/InstNum/")                        "http://www.redhat.com/InstNum/")
   
17  +    repos = {  +    repos = {
18  +             "Packages from CentOS Extras": (None, "http://mirrorlist.centos.org/?release=5&arch=%s&repo=extras" %(rpmUtils.arch.getBaseArch() )) }  +             "Packages from CentOS Extras": (None, "http://mirrorlist.centos.org/?release=5&arch=%s&repo=extras" %(rpmUtils.arch.getBaseArch() )) }
19  +  
 +  
20       def setInstallData(self, anaconda):       def setInstallData(self, anaconda):
21          BaseInstallClass.setInstallData(self, anaconda)          BaseInstallClass.setInstallData(self, anaconda)
          BaseInstallClass.setDefaultPartitioning(self, anaconda.id.partitions,  


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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