summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-25 21:51:56 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-25 21:51:56 +0000
commit9b3db348b48db45f5a636dc50ccac1329950dadd (patch)
tree29f988e11db17e6e15b5a6206e0ea8bea9e2d350 /anaconda
parent594e59770fe561a7fa400c20b14535bbbb286b8b (diff)
downloadanaconda-9b3db348b48db45f5a636dc50ccac1329950dadd.tar.gz
anaconda-9b3db348b48db45f5a636dc50ccac1329950dadd.tar.xz
anaconda-9b3db348b48db45f5a636dc50ccac1329950dadd.zip
merge driver disk changes from taroon
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 2 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index 81d3badae..1ac466f01 100755
--- a/anaconda
+++ b/anaconda
@@ -490,8 +490,8 @@ for n in args:
method = method[:len(method) - 1]
os.unlink(filename)
elif (str == '--module'):
- (path, subdir, name) = string.split(arg, ":")
- extraModules.append((path, subdir, name))
+ (path, name) = string.split(arg, ":")
+ extraModules.append((path, name))
elif (str == '--nofallback'):
nofallback = 1
elif (str == "--nomount"):