summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-23 20:52:01 +0000
committerMike Fulbright <msf@redhat.com>2002-08-23 20:52:01 +0000
commitf8181784991070fc992bbf7f477ea109d240444a (patch)
tree49960d915fa3dbbb912d7ed43f0b89e897d99292 /image.py
parenta5f2fba368dc848a4faca7b92586dc87190f18a0 (diff)
downloadanaconda-f8181784991070fc992bbf7f477ea109d240444a.tar.gz
anaconda-f8181784991070fc992bbf7f477ea109d240444a.tar.xz
anaconda-f8181784991070fc992bbf7f477ea109d240444a.zip
dag gonit
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 501c2e95a..adc96812e 100644
--- a/image.py
+++ b/image.py
@@ -134,7 +134,7 @@ class CdromInstallMethod(ImageInstallMethod):
# we swap CDs, so we never revisit original CD device
# this way we go back to it if we're looking for something
# other than the first CD image
- if dev != self.device and needed > 1:
+ if needed > 1 or dev != self.device:
cdlist.append(dev)
for dev in cdlist: