diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-08-19 22:06:46 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-08-19 22:06:46 +0000 |
commit | 70b26d1f1609a29ae5f17373c01fae8fac867808 (patch) | |
tree | 2065c4fe390b1f3eeeba25b1dca785ace37a55d3 /image.py | |
parent | f7ed4973a2954907429ed629e1233b008cf63d93 (diff) | |
download | anaconda-70b26d1f1609a29ae5f17373c01fae8fac867808.tar.gz anaconda-70b26d1f1609a29ae5f17373c01fae8fac867808.tar.xz anaconda-70b26d1f1609a29ae5f17373c01fae8fac867808.zip |
call the magic singing dancing retrying unmount when we need to change cds
Diffstat (limited to 'image.py')
-rw-r--r-- | image.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ class CdromInstallMethod(ImageInstallMethod): f.close() needed = h[1000002] - isys.umount("/mnt/source") + self.unmountCD() done = 0 |