diff options
author | Erik Troan <ewt@redhat.com> | 2001-02-27 18:13:34 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-02-27 18:13:34 +0000 |
commit | cefface22aa3984d8266585ef75b4b37712e1835 (patch) | |
tree | 4b6de9adf2f987288351cbfb9d86c7986e535fd6 /todo.py | |
parent | b7361f2f964cefb343dd76c16550b853a0428994 (diff) | |
download | anaconda-cefface22aa3984d8266585ef75b4b37712e1835.tar.gz anaconda-cefface22aa3984d8266585ef75b4b37712e1835.tar.xz anaconda-cefface22aa3984d8266585ef75b4b37712e1835.zip |
reverted to anaconda reprobing for the pcic
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -473,7 +473,7 @@ class ToDo: def __init__(self, intf, method, rootPath, setupFilesystems = 1, installSystem = 1, mouse = None, instClass = None, x = None, expert = 0, serial = 0, reconfigOnly = 0, test = 0, - extraModules = [], pcicController = None): + extraModules = []): self.intf = intf self.method = method self.hdList = None @@ -488,7 +488,6 @@ class ToDo: self.network = Network () self.rootpassword = Password () self.extraModules = extraModules - self.pcicController = pcicController self.verifiedState = None if mouse: @@ -1857,8 +1856,8 @@ class ToDo: # pcmcia is supported only on i386 at the moment if arch == "i386": pcmcia.createPcmciaConfig( - self.instPath + "/etc/sysconfig/pcmcia", - self.pcicController) + self.instPath + "/etc/sysconfig/pcmcia") + self.copyConfModules () if not self.x.skip and self.x.server: if os.access (self.instPath + "/etc/X11/X", os.R_OK): |