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

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

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


Revision 1.3 - (hide annotations) (download)
Thu Oct 22 14:06:59 2009 UTC (14 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_195-1_el5_sme_1, anaconda-11_1_2_195-1_el5_centos
Changes since 1.2: +11 -9 lines
Import anaconda-11.1.2.195-1.el5.centos.src.rpm

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

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