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)
committerChanho Park <chanho61.park@samsung.com>
Tue, 5 Aug 2014 04:40:53 +0000 (13:40 +0900)
commit1711fc722e3976e7ecf49c13ba15d8721a250fad
tree31537aa44c586c729421be17f5ed8827f1ed2938
parent36da3fc678f4d9cafb9a408d9435c0c4fd086073
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