From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sat, 6 Dec 2014 19:20:32 +0100 Subject: [Buildroot] [PATCH 1/3 v3] package/mke2img: new package In-Reply-To: <7e35d73bbeb1b9e6d4cc1b1a3142fbfa4ab572d7.1417868913.git.yann.morin.1998@free.fr> References: <7e35d73bbeb1b9e6d4cc1b1a3142fbfa4ab572d7.1417868913.git.yann.morin.1998@free.fr> Message-ID: <20141206192032.7f46d261@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Yann E. MORIN, On Sat, 6 Dec 2014 13:29:44 +0100, Yann E. MORIN wrote: > This new script is highly modeled from the existing genext2fs.sh, but > was slightly refreshed, and a new, supposedly sane set of options has > been choosen for the features we need (see above), and some new options > were added, too, rather than relying on the arguments order or > environment variables: > -b number of blocks in the filesystem > -i number of inodes in the filesystem > -r percentage of reserved blocks > * -d directory containing the root of the filesystem > * -o output image file > * -G extfs generation: 2, 3, or 4 > * -R ext2 revision: 0 or 1 (1 is assumed for ext3 and ext4) > -l