From 9f7fe71a10bcdd1864d2f838f3510e96810ef42e Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 9 Feb 2015 00:16:22 +0100 Subject: wic: allow to configure extra space per partition Introduce a new option --extra-space instead of using IMAGE_EXTRA_SPACE. This is useful for boot partitions where the extra space is often useless or for huge partition where 10MiB may not be enough. Signed-off-by: Alexandre Belloni Signed-off-by: Ross Burton --- scripts/lib/image/help.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/lib/image/help.py') diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index aab0b609af..8e026986aa 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -743,6 +743,12 @@ DESCRIPTION partition table. It may be useful for bootloaders. + --extra-space: This option is specific to wic. It adds extra + space after the space filled by the content + of the partition. The final size can go + beyond the size specified by --size. + By default, 10MB. + * bootloader This command allows the user to specify various bootloader -- cgit v1.2.3