summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-19 19:53:47 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-19 19:53:47 +0000
commitb7090ae9e1c866b0e62e0ed2e416a43815c20854 (patch)
tree6a4758977e1290c2898e7a7337e78d69cce644c2 /fsset.py
parent48d9c4af787a599d086be8d92ee73892658fb357 (diff)
downloadanaconda-b7090ae9e1c866b0e62e0ed2e416a43815c20854.tar.gz
anaconda-b7090ae9e1c866b0e62e0ed2e416a43815c20854.tar.xz
anaconda-b7090ae9e1c866b0e62e0ed2e416a43815c20854.zip
I suck again. *sigh*
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 f6ac1002d..c55db5798 100644
--- a/fsset.py
+++ b/fsset.py
@@ -655,7 +655,7 @@ class swapFileSystem(FileSystemType):
self.linuxnativefs = 1
self.supported = 1
- def mount(self, device, mountpoint, readOnly=0):
+ def mount(self, device, mountpoint, readOnly=0, bindMount=0):
isys.swapon (device)
def umount(self, device, path):