summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-16 18:28:02 -0500
committerChris Lumens <clumens@redhat.com>2008-01-16 18:28:02 -0500
commitfb64ae12017007fefe9e7473adbca68f0c36c3ec (patch)
tree3951bd9f8aad83df490185e9b1b35a19a2ffdde6 /fsset.py
parent8b9a6f2b83c9e42befc2afb32c44abd1e8c70b1c (diff)
downloadanaconda-fb64ae12017007fefe9e7473adbca68f0c36c3ec.tar.gz
anaconda-fb64ae12017007fefe9e7473adbca68f0c36c3ec.tar.xz
anaconda-fb64ae12017007fefe9e7473adbca68f0c36c3ec.zip
Remove fsopts that are already defaults (#429039).
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)