summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
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):