summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-18 18:29:29 +0000
committerMatt Wilson <msw@redhat.com>2000-01-18 18:29:29 +0000
commit1086f91e8a99baf8457ca2f72bb5209fefe206b1 (patch)
tree734c8de41b248f9861e1f5d546605d7540315d8c /fstab.py
parenteff1a3c519fd3e63e2e38d75fe0eface2d761205 (diff)
downloadanaconda-1086f91e8a99baf8457ca2f72bb5209fefe206b1.tar.gz
anaconda-1086f91e8a99baf8457ca2f72bb5209fefe206b1.tar.xz
anaconda-1086f91e8a99baf8457ca2f72bb5209fefe206b1.zip
fixed swap formatting
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index c8295ce2f..8982316bf 100644
--- a/fstab.py
+++ b/fstab.py
@@ -206,7 +206,7 @@ class Fstab:
(device,))
rc = iutil.execWithRedirect ("/usr/sbin/mkswap",
- [ "mkswap", '-v1', '/tmp/' + device ],
+ [ "mkswap", '-v1', file ],
stdout = None, stderr = None,
searchPath = 1)
w.pop()