summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-12 21:04:21 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-12 21:04:21 +0000
commit6e7ca1e2ee5e4afaff34350e89ea4ab7b98ef69b (patch)
tree8b9563553b8617491afec8f0045b319aac9b74a8 /packages.py
parent5714c77ba120dcd6f19afa40e87d1419fbaee238 (diff)
downloadanaconda-6e7ca1e2ee5e4afaff34350e89ea4ab7b98ef69b.tar.gz
anaconda-6e7ca1e2ee5e4afaff34350e89ea4ab7b98ef69b.tar.xz
anaconda-6e7ca1e2ee5e4afaff34350e89ea4ab7b98ef69b.zip
2005-09-12 Jeremy Katz <katzj@redhat.com>
* packages.py: Remove obsolete pcmcia code. This is irrelevant in today's world. * pcmcia.py: Remove dead file.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages.py b/packages.py
index 578a40f1b..8c362b11c 100644
--- a/packages.py
+++ b/packages.py
@@ -372,9 +372,6 @@ def handleMiscPackages(intf, id, dir):
elif iutil.getArch() == "ia64":
select(id.grpset.hdrlist, 'elilo')
- if pcmcia.pcicType():
- select(id.grpset.hdrlist, 'pcmcia-cs')
-
for entry in id.fsset.entries:
for pkg in entry.fsystem.getNeededPackages():
if select(id.grpset.hdrlist, pkg):
@@ -406,11 +403,6 @@ def doPostInstall(method, id, intf, instPath):
w.set(2)
- # pcmcia is supported only on i386 at the moment
- if arch == "i386":
- pcmcia.createPcmciaConfig(
- instPath + "/etc/sysconfig/pcmcia")
-
# we need to write out the network bits before kudzu runs
# to avoid getting devices in the wrong order (#102276)
id.network.write(instPath)