summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-08 20:11:20 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-08 20:11:20 +0000
commit536e58969a86826f465b505270b645b01927b855 (patch)
tree960bedfc049ace185e2802ff7fd22ae27a8ca0a0
parent7559130d9be97f8d9f936f56f310378c8a90f4d8 (diff)
downloadanaconda-536e58969a86826f465b505270b645b01927b855.tar.gz
anaconda-536e58969a86826f465b505270b645b01927b855.tar.xz
anaconda-536e58969a86826f465b505270b645b01927b855.zip
reenable htrees
-rw-r--r--fsset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsset.py b/fsset.py
index 3f872d8a1..b5cfe6749 100644
--- a/fsset.py
+++ b/fsset.py
@@ -510,6 +510,7 @@ class extFileSystem(FileSystemType):
rc = iutil.execWithRedirect("/usr/sbin/tune2fs",
["tunefs", "-c0", "-i0",
+ "-Odir_index",
devicePath],
stdout = "/dev/tty5",
stderr = "/dev/tty5")