summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-27 18:13:34 +0000
committerErik Troan <ewt@redhat.com>2001-02-27 18:13:34 +0000
commitcefface22aa3984d8266585ef75b4b37712e1835 (patch)
tree4b6de9adf2f987288351cbfb9d86c7986e535fd6 /anaconda
parentb7361f2f964cefb343dd76c16550b853a0428994 (diff)
downloadanaconda-cefface22aa3984d8266585ef75b4b37712e1835.tar.gz
anaconda-cefface22aa3984d8266585ef75b4b37712e1835.tar.xz
anaconda-cefface22aa3984d8266585ef75b4b37712e1835.zip
reverted to anaconda reprobing for the pcic
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda5
1 files changed, 1 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index 343b654ad..803e897b5 100755
--- a/anaconda
+++ b/anaconda
@@ -135,7 +135,6 @@ kickstart = None
mouseInfo = None
progmode = None
customClass = None
-pcicController = None
#
# parse off command line arguments
@@ -154,8 +153,6 @@ for n in args:
xmode = 1
elif (str == '-t' or str == '--test'):
test = 1
- elif (str == '--pcic'):
- pcicController = arg
elif (str == '--overhead'):
overhead = int(arg)
elif (str == '--rescue'):
@@ -504,7 +501,7 @@ todo = ToDo(intf, method, rootPath, installSystem = installPackages,
setupFilesystems = setupFilesystems, mouse = mouseInfo,
instClass = instClass, x = x, expert = expert,
serial = serial, reconfigOnly = reconfigOnly, test = test,
- extraModules = extraModules, pcicController = pcicController)
+ extraModules = extraModules)
try:
intf.run(todo, test = test)