summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-13 19:36:26 +0000
committerMatt Wilson <msw@redhat.com>1999-09-13 19:36:26 +0000
commit349fed2ac65b41a53deaf4d8f1d6cdededaad85a (patch)
tree5009dacef66e464f9b66aa54b7bc0f5b9cc75610 /textw
parent484c37d2decedcd5774b067b1f2394f37fc48342 (diff)
downloadanaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.tar.gz
anaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.tar.xz
anaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.zip
fixup
Diffstat (limited to 'textw')
-rw-r--r--textw/partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py
index b1671fc53..c6eb05a60 100644
--- a/textw/partitioning.py
+++ b/textw/partitioning.py
@@ -69,7 +69,7 @@ class ManualPartitionWindow:
path = "/sbin/fdisk"
else:
path = "/usr/sbin/fdisk"
- iutil.execWithRedirect (path, [ "/dev/" + device ])
+ iutil.execWithRedirect (path, [ "/tmp/" + device ])
screen.resume ()
if button == "back":