summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-08 22:04:29 +0000
committerMike Fulbright <msf@redhat.com>2001-07-08 22:04:29 +0000
commitb41a3d18b9082878ba2cc2147aaff8f53ce7039c (patch)
tree4c2f598fda4715775b7308ce2613aab42f3e2a91 /fsset.py
parent10473215689d4e9e62406a8355b0371f6b4932d7 (diff)
downloadanaconda-b41a3d18b9082878ba2cc2147aaff8f53ce7039c.tar.gz
anaconda-b41a3d18b9082878ba2cc2147aaff8f53ce7039c.tar.xz
anaconda-b41a3d18b9082878ba2cc2147aaff8f53ce7039c.zip
just to be consistent
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 60d8e6abe..564521edc 100644
--- a/fsset.py
+++ b/fsset.py
@@ -374,7 +374,7 @@ class FATFileSystem(FileSystemType):
def formatDevice(self, entry, progress, chroot='/'):
devicePath = entry.device.setupDevice(chroot)
devArgs = self.getDeviceArgs(entry.device)
- args = [ "/usr/sbin/mkdosfs", devicePath ]
+ args = [ "mkdosfs", devicePath ]
args.extend(devArgs)
rc = iutil.execWithRedirect("/usr/sbin/mkdosfs", args,