summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
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 38ba08f38..9f3348c44 100644
--- a/fsset.py
+++ b/fsset.py
@@ -643,7 +643,7 @@ class extFileSystem(FileSystemType):
return
rc = iutil.execWithRedirect("tune2fs",
- ["-c0", "-i0", "-Odir_index",
+ ["-c0", "-i0",
"-ouser_xattr,acl", devicePath],
stdout = "/dev/tty5",
stderr = "/dev/tty5", searchPath = 1)