summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-19 22:06:46 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-19 22:06:46 +0000
commit70b26d1f1609a29ae5f17373c01fae8fac867808 (patch)
tree2065c4fe390b1f3eeeba25b1dca785ace37a55d3 /image.py
parentf7ed4973a2954907429ed629e1233b008cf63d93 (diff)
downloadanaconda-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index fc11260b7..5aaf50800 100644
--- a/image.py
+++ b/image.py
@@ -121,7 +121,7 @@ class CdromInstallMethod(ImageInstallMethod):
f.close()
needed = h[1000002]
- isys.umount("/mnt/source")
+ self.unmountCD()
done = 0