diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-25 16:17:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-25 16:17:51 +0000 |
commit | 63fa21d56b3e7137e409c013507513b9d9453a38 (patch) | |
tree | 46b1428efe84baa23d2558f24b3152e5e78b15a4 | |
parent | 913ab6e364886eff3a83e415df716efa36c3caf7 (diff) | |
download | anaconda-63fa21d56b3e7137e409c013507513b9d9453a38.tar.gz anaconda-63fa21d56b3e7137e409c013507513b9d9453a38.tar.xz anaconda-63fa21d56b3e7137e409c013507513b9d9453a38.zip |
htrees have some ... issues
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |