diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-08 20:11:20 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-08 20:11:20 +0000 |
commit | 536e58969a86826f465b505270b645b01927b855 (patch) | |
tree | 960bedfc049ace185e2802ff7fd22ae27a8ca0a0 /fsset.py | |
parent | 7559130d9be97f8d9f936f56f310378c8a90f4d8 (diff) | |
download | anaconda-536e58969a86826f465b505270b645b01927b855.tar.gz anaconda-536e58969a86826f465b505270b645b01927b855.tar.xz anaconda-536e58969a86826f465b505270b645b01927b855.zip |
reenable htrees
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |