summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-25 16:17:51 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-25 16:17:51 +0000
commit63fa21d56b3e7137e409c013507513b9d9453a38 (patch)
tree46b1428efe84baa23d2558f24b3152e5e78b15a4
parent913ab6e364886eff3a83e415df716efa36c3caf7 (diff)
downloadanaconda-63fa21d56b3e7137e409c013507513b9d9453a38.tar.gz
anaconda-63fa21d56b3e7137e409c013507513b9d9453a38.tar.xz
anaconda-63fa21d56b3e7137e409c013507513b9d9453a38.zip
htrees have some ... issues
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index 7a882f13b..3e594c31d 100644
--- a/fsset.py
+++ b/fsset.py
@@ -505,7 +505,7 @@ class extFileSystem(FileSystemType):
rc = iutil.execWithRedirect("/usr/sbin/tune2fs",
["tunefs", "-c0", "-i0",
- "-Odir_index", devicePath],
+ devicePath],
stdout = "/dev/tty5",
stderr = "/dev/tty5")