diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-13 19:36:26 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-13 19:36:26 +0000 |
commit | 349fed2ac65b41a53deaf4d8f1d6cdededaad85a (patch) | |
tree | 5009dacef66e464f9b66aa54b7bc0f5b9cc75610 /textw | |
parent | 484c37d2decedcd5774b067b1f2394f37fc48342 (diff) | |
download | anaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.tar.gz anaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.tar.xz anaconda-349fed2ac65b41a53deaf4d8f1d6cdededaad85a.zip |
fixup
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partitioning.py | 2 |
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": |