]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/mke2fs.8.in
mke2fs: set error behavior at initialization time
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 25 Jul 2014 12:58:29 +0000 (08:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 25 Jul 2014 12:58:29 +0000 (08:58 -0400)
commitcd32129d8995c710c31e547ed18ca9d8e8c50e4f
tree69854ba0138438596b151ec105514fd728e59068
parente05a05630ae942cdd62ed1deb694444eeaac7107
mke2fs: set error behavior at initialization time

Port tune2fs' -e flag to mke2fs so that we can set error behavior at
format time, and introduce the equivalent errors= setting into
mke2fs.conf.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.8.in
misc/mke2fs.c
misc/mke2fs.conf.5.in
tests/t_mke2fs_errors/expect [new file with mode: 0644]
tests/t_mke2fs_errors/script [new file with mode: 0755]