Whamcloud - gitweb
New mke2fs filesystem and usage types support
authorTheodore Ts'o <tytso@mit.edu>
Tue, 19 Feb 2008 13:32:58 +0000 (08:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 6 Apr 2008 21:15:38 +0000 (17:15 -0400)
commit3d43836fda5321dd2f286eef77d238d1da792ce2
treefee4843b205d22a3225aa54898a16b420ad0823f
parentae389208e974c97d69640c5cbb020de0f337e0f7
New mke2fs filesystem and usage types support

Provide mke2fs with a much more sophisticated system for controlling
configuration parameters of a newly created filesystem based on a
split filesystem and usage type system.  The -t option to mke2fs was a
deprecated alias to -c; it now specifies a filesystem type (ext2,
ext3, ext4, etc.), while the -T option can now be a comma separated
usage list.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.8.in
misc/mke2fs.c
misc/mke2fs.conf
misc/mke2fs.conf.5.in
tests/Makefile.in
tests/test_config