summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-06 00:24:45 +0000
committerErik Troan <ewt@redhat.com>2000-06-06 00:24:45 +0000
commitaa4eb0aa35192fb4785a3e3f01863ce7aa9a302b (patch)
treea1468a3bc5957f72c3125ef2cc48b8371701cc96 /image.py
parent944051bbb9e776ccb27644599744f513c2f6ec86 (diff)
downloadanaconda-aa4eb0aa35192fb4785a3e3f01863ce7aa9a302b.tar.gz
anaconda-aa4eb0aa35192fb4785a3e3f01863ce7aa9a302b.tar.xz
anaconda-aa4eb0aa35192fb4785a3e3f01863ce7aa9a302b.zip
clean up cdroms properly
Diffstat (limited to 'image.py')
-rw-r--r--image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.py b/image.py
index 2efa79bd7..670dac9f9 100644
--- a/image.py
+++ b/image.py
@@ -75,6 +75,7 @@ class CdromInstallMethod(ImageInstallMethod):
def writeCleanupPath(self, f):
isys.makeDevInode("loop0", "/tmp/loop0")
+ f.write("umount /mnt/runtime\n")
f.write("lounsetup /tmp/loop0\n")
def __init__(self, url, messageWindow, progressWindow):