From cefface22aa3984d8266585ef75b4b37712e1835 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Tue, 27 Feb 2001 18:13:34 +0000 Subject: reverted to anaconda reprobing for the pcic --- anaconda | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'anaconda') 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) -- cgit