summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-03-13 18:23:32 +0000
committerChris Lumens <clumens@redhat.com>2006-03-13 18:23:32 +0000
commitb72f2870bea15519e40800133ebcc6faa4aaa5a7 (patch)
tree7b1b6f51abd66e6d342c366050e233ec6b1db15a /harddrive.py
parent7c48fe6d8877ebe1ff79d7042885183cbbd03eb4 (diff)
downloadanaconda-b72f2870bea15519e40800133ebcc6faa4aaa5a7.tar.gz
anaconda-b72f2870bea15519e40800133ebcc6faa4aaa5a7.tar.xz
anaconda-b72f2870bea15519e40800133ebcc6faa4aaa5a7.zip
Add currentMedia to hard drive install method.
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/harddrive.py b/harddrive.py
index 7189c5794..0d25031a1 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -180,6 +180,7 @@ class HardDriveInstallMethod(ImageInstallMethod):
self.isoDirIsMounted = 0
self.mediaIsMounted = 0
self.messageWindow = intf.messageWindow
+ self.currentMedia = []
# Go ahead and poke through the directory looking for interesting
# iso images