summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-26 18:58:06 +0000
committerMatt Wilson <msw@redhat.com>2001-06-26 18:58:06 +0000
commitb3609f3f2292bc7e9c11a3cd37071b6b1bad731a (patch)
tree6fb3dbdeac8a4eef5c234528cda5360e70f3b2c2 /fsset.py
parente6a71a9485fea55ec804e0ba428e7e95e9020c2e (diff)
downloadanaconda-b3609f3f2292bc7e9c11a3cd37071b6b1bad731a.tar.gz
anaconda-b3609f3f2292bc7e9c11a3cd37071b6b1bad731a.tar.xz
anaconda-b3609f3f2292bc7e9c11a3cd37071b6b1bad731a.zip
fixed to reflect the rest of fsystem.umount api
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 8d12e634b..02bf9b810 100644
--- a/fsset.py
+++ b/fsset.py
@@ -114,7 +114,7 @@ class FileSystemType:
isys.mount(device, mountpoint, fstype = self.getName(),
readOnly = readOnly)
- def umount(self, path):
+ def umount(self, device, path):
isys.umount(path, removeDir = 0)
def getName(self):