Whamcloud - gitweb
mke2fs.c: add an option: -d root-directory
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 6 Mar 2014 16:00:25 +0000 (11:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2014 16:00:25 +0000 (11:00 -0500)
commit217c0bdf17899c0f79b73f76feeadd6d55863180
tree5d51f63e78e7dea4813ed42418139cef354ff953
parentb696065425c238152da448e0e13f554d06e7def7
mke2fs.c: add an option: -d root-directory

This option is used for adding the files from a given directory (the
root-directory) to the filesystem, it is similiar to genext2fs, but
genext2fs doesn't fully support ext4.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in
misc/mke2fs.c