Create new filesystems with hash trees and on-line resizing as the default.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2006-05-22 22:15:18 -04:00
parent 9447f38a17
commit c175ead3aa
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-05-22 Theodore Tso <tytso@mit.edu>
* mke2fs.conf: Make new filesystems with the following features
by default: dir_index and resize_inode.
* mke2fs.conf.5.in: Fix spelling mistakes (Addresses Debian Bug:
#368394)

View File

@ -1,5 +1,5 @@
[defaults]
base_features = sparse_super,filetype
base_features = sparse_super,filetype,resize_inode,dir_index
blocksize = 4096
inode_ratio = 8192