summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-14 22:36:49 +0000
committerMatt Wilson <msw@redhat.com>2001-08-14 22:36:49 +0000
commit8900d2eb13243d9e6dab4b9d3e3c0d723b9e02b4 (patch)
tree4b5997d58229dd0bcd621c0c30451aa83e5602e5 /harddrive.py
parentf6d8302a295d33b992c7140d209aca4b4b3a9be6 (diff)
downloadanaconda-8900d2eb13243d9e6dab4b9d3e3c0d723b9e02b4.tar.gz
anaconda-8900d2eb13243d9e6dab4b9d3e3c0d723b9e02b4.tar.xz
anaconda-8900d2eb13243d9e6dab4b9d3e3c0d723b9e02b4.zip
unmount the loopback isos when going back (#50790)
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/harddrive.py b/harddrive.py
index fd8cc565c..f177064b9 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -183,6 +183,9 @@ class HardDriveInstallMethod(InstallMethod):
def systemMounted(self, fsset, mntPoint, selected):
self.mountMedia(1)
+ def systemUnmounted(self):
+ self.umountMedia()
+
def filesDone(self):
self.umountMedia()