diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2007-12-20 22:46:38 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2007-12-20 09:34:52 -0600 |
commit | 6fb0083666f126d5c0df0c67c30effcb806b5987 (patch) | |
tree | 05a55ee32aaa9152b5b876686cec4005af5ad84b /ubi-utils/perl | |
parent | 1ba6959299cb386faf178317b21ffd61689246b5 (diff) |
mkfs.jffs2: Set mkfs.jffs2 page size runtime instead of fixed
This patch reads the default PAGE_SIZE from sysconf(), i.e. the system
mkfs.jffs2 is running on, instead of just setting it to 4096 (which of
course is valid for most systems but not all).
This is useful if mkfs.jffs2 is running on the target system, e.g. to
create a backup image during firmware upgrade, so that the page size does
not have to be set explicitly using a command line parameter.
The --pagesize option is supported just as before.
If the user has not set the page size explicitly with --pagesize, and
the system page size is anything other than 4096, warn the user that
an unusual page size is being used, since this behavior is different
from before.
Signed-off-by Ricard Wanderlöf <ricardw@axis.com> .
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'ubi-utils/perl')
0 files changed, 0 insertions, 0 deletions