summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-26 18:33:14 +0000
committerMatt Wilson <msw@redhat.com>2001-07-26 18:33:14 +0000
commit8b3de287a8e866e80fe95e6d0a595a59ae2016c8 (patch)
treed328a2591aafa2bd8f0f839df064c1576ab5f38c /fsset.py
parent2f3cf904978fa90f82bc85cb5ed5e62577bc96ba (diff)
downloadanaconda-8b3de287a8e866e80fe95e6d0a595a59ae2016c8.tar.gz
anaconda-8b3de287a8e866e80fe95e6d0a595a59ae2016c8.tar.xz
anaconda-8b3de287a8e866e80fe95e6d0a595a59ae2016c8.zip
oops, use the right args when making a swap file deviceanaconda-fairfax-beta-3
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 6e255fab3..f6db3b900 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1274,7 +1274,7 @@ def readFstab (path):
file = file[14:]
device = PiggybackSwapFileDevice("/mnt/loophost", file)
else:
- device = SwapFileDevice("/mnt/loophost", file)
+ device = SwapFileDevice(file)
elif fields[0][:9] == "/dev/loop":
# look up this loop device in the index to find the
# partition that houses the filesystem image