summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 355392771..b13e443bd 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -783,7 +783,7 @@ class AnacondaYum(YumSorter):
if len(mkeys) > 1:
stage2img = "%s/images/install.img" % self.tree
if self.anaconda.backend.mountInstallImage(self.anaconda, stage2img):
- self.anaconda.id.storage.fsset.unmountFilesystems(self.anaconda.rootPath)
+ self.anaconda.id.storage.fsset.umountFilesystems(self.anaconda.rootPath)
return DISPATCH_BACK
for i in mkeys: