summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-07-24 00:02:34 -0400
committerChris Lumens <clumens@redhat.com>2009-07-24 00:02:34 -0400
commit42c3e784927702ffff452837148d02b24740c487 (patch)
tree42a8c62019e05bfb365f6b55057ed32ff8e8c5de /yuminstall.py
parentb221260f510fe70cf4d25ab106d1c79817e3ec25 (diff)
downloadanaconda-42c3e784927702ffff452837148d02b24740c487.tar.gz
anaconda-42c3e784927702ffff452837148d02b24740c487.tar.xz
anaconda-42c3e784927702ffff452837148d02b24740c487.zip
unmountFilesystems -> umountFilesystems (#510970).
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: