summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-03-04 21:02:32 +0000
committerMike Fulbright <msf@redhat.com>2002-03-04 21:02:32 +0000
commit67370c8f77a7760cb3e1a42a2e1b3eb6d407535a (patch)
tree027b960119e13e6494603fb8d8fb4bcdbfa8231f /image.py
parent0ceb687efbf180b4501005e38ea71ee4a65bd061 (diff)
downloadanaconda-67370c8f77a7760cb3e1a42a2e1b3eb6d407535a.tar.gz
anaconda-67370c8f77a7760cb3e1a42a2e1b3eb6d407535a.tar.xz
anaconda-67370c8f77a7760cb3e1a42a2e1b3eb6d407535a.zip
make it so if you have > 2 CD drives we find images correctly
Diffstat (limited to 'image.py')
-rw-r--r--image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/image.py b/image.py
index 428ced08f..b34cfc284 100644
--- a/image.py
+++ b/image.py
@@ -110,6 +110,9 @@ class CdromInstallMethod(ImageInstallMethod):
except:
pass
+ if done:
+ break
+
if not done:
isys.ejectCdrom(self.device)