From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Sat, 6 Dec 2014 20:26:20 +0100 Subject: [Buildroot] [PATCH 1/3 v3] package/mke2img: new package In-Reply-To: <20141206192032.7f46d261@free-electrons.com> References: <7e35d73bbeb1b9e6d4cc1b1a3142fbfa4ab572d7.1417868913.git.yann.morin.1998@free.fr> <20141206192032.7f46d261@free-electrons.com> Message-ID: <20141206192620.GE9544@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas, All, On 2014-12-06 19:20 +0100, Thomas Petazzoni spake thusly: > 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