commit | 608858ff79effbeeefd48559cccdbeb787da1493 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Mar 26 17:57:58 2012 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Mar 26 21:36:20 2012 -0700 |
tree | f91f384c288cc784fac4404abc5a2aab35c98b37 | |
parent | 3a6db9bbc8a5aa85c200e66fc0563a1e87417efe [diff] |
mke2fs.conf: allow use of a custom mke2fs.conf file Rename mke2fs.conf to mke2fs.conf.in, so that the makefile can choose to use either mke2fs.conf.in or mke2fs.conf.custom.in (if it is present). If there is custom configuration file, it's likely that it is very different from the upstream mke2fs.conf.in, so by having the separate mke2fs.conf.custom.in file, it minimizes merge conflicts if the upstream mke2fs.conf file changes. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>