summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-28 16:45:21 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-28 16:45:21 +0000
commit692093dfbe5044132e1c443ace15485f4d399bc2 (patch)
treebc203504fb9c734bc7ababfd01a665a7349bab72 /image.py
parente50dcc8c773f3bea62a164682044dad8657d0a81 (diff)
downloadanaconda-692093dfbe5044132e1c443ace15485f4d399bc2.tar.gz
anaconda-692093dfbe5044132e1c443ace15485f4d399bc2.tar.xz
anaconda-692093dfbe5044132e1c443ace15485f4d399bc2.zip
2006-09-28 Jeremy Katz <katzj@redhat.com>
* image.py (presentRequiredMediaMessage): Don't say that cd #99 is needed
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/image.py b/image.py
index 4362ef35f..ab689a849 100644
--- a/image.py
+++ b/image.py
@@ -77,6 +77,8 @@ def presentRequiredMediaMessage(anaconda):
reqcds.sort()
reqcdstr = ""
for cdnum in reqcds:
+ if cdnum == -99: # non-CD bits
+ continue
reqcdstr += "\t\t%s %s CD #%d\n" % (product.productName, product.productVersion, cdnum,)
return anaconda.intf.messageWindow( _("Required Install Media"),