summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-24 19:49:05 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-24 19:49:05 +0000
commita6a62ffa6c6069d23a8465c40b547d9e10b4a0a2 (patch)
tree93135519146538b6ccb30fe9193b983d9ac6756b
parenta8040422ddee1bbdae60e8c5c04c55f529f3e34a (diff)
downloadanaconda-a6a62ffa6c6069d23a8465c40b547d9e10b4a0a2.tar.gz
anaconda-a6a62ffa6c6069d23a8465c40b547d9e10b4a0a2.tar.xz
anaconda-a6a62ffa6c6069d23a8465c40b547d9e10b4a0a2.zip
not passing subdir anymore, because it's irrelevant
-rwxr-xr-xanaconda4
-rw-r--r--packages.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index c2293a25a..34b02ce12 100755
--- a/anaconda
+++ b/anaconda
@@ -487,8 +487,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"):
diff --git a/packages.py b/packages.py
index f5dcab73c..3ff4a6d20 100644
--- a/packages.py
+++ b/packages.py
@@ -1196,7 +1196,7 @@ def copyExtraModules(instPath, grpset, extraModules):
except IOError:
arch = os.uname()[2]
- for (path, subdir, name) in extraModules:
+ for (path, name) in extraModules:
if not path:
path = "/modules.cgz"
pattern = ""