summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPierre-Loup GOSSE <pierre-loup.gosse@smile.fr>2025-09-08 16:00:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-16 12:09:41 +0100
commit0f329e14de8ca6225b32aec5913e5f3fb1d32161 (patch)
tree2e6f28d191485e6886d536052b1674c6df25645f /documentation
parent19a9d4c5c6bdbb13cd2a230ff86ac7f432729021 (diff)
downloadpoky-0f329e14de8ca6225b32aec5913e5f3fb1d32161.tar.gz
ref-manual/kickstart.rst: add extra-partition-space
After commits 47533f20a7ec ("wic: rename wks flag --extra-space to --extra-filesystem-space") and c7f51c23fd268 ("wic: add --extra-partition-space option to set unused space") in openembedded-core, document the new Wic-specific option extra-partition-space and rename the extra-space option to extra-filesystem-space. CC: Alexander Kanavin <alex.kanavin@gmail.com> (From yocto-docs rev: cba5dbb32a24c9e20e5a6066ec382cf7ff9b93e2) Signed-off-by: Pierre-Loup GOSSE <pierre-loup.gosse@smile.fr> Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/kickstart.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index 297887805c..80e2f9d84c 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -158,7 +158,7 @@ the ``part`` and ``partition`` commands:
158 excludes the given relative path from the resulting image. This 158 excludes the given relative path from the resulting image. This
159 option is only effective with the rootfs source plugin. 159 option is only effective with the rootfs source plugin.
160 160
161- ``--extra-space``: This option is a Wic-specific option that adds 161- ``--extra-filesystem-space``: This option is a Wic-specific option that adds
162 extra space after the space filled by the content of the partition. 162 extra space after the space filled by the content of the partition.
163 The final size can exceed the size specified by the ``--size`` 163 The final size can exceed the size specified by the ``--size``
164 option. The default value is 10M. Specify as an integer value 164 option. The default value is 10M. Specify as an integer value
@@ -166,6 +166,16 @@ the ``part`` and ``partition`` commands:
166 for mebibyte and "G" for gibibyte. The default unit if none is given 166 for mebibyte and "G" for gibibyte. The default unit if none is given
167 is "M". 167 is "M".
168 168
169- ``--extra-partition-space``: This option is a Wic-specific option that adds
170 extra empty space after the space filled by the filesystem.
171 With ``--fixed-size`` option, the extra partition space is removed from the
172 filesystem size. Otherwise (with or without ``--size`` flag), the extra
173 partition space is added to the final partition size.
174 The default value is 0M. Specify as an integer value
175 optionally followed by one of the units "k" / "K" for kibibyte, "M"
176 for mebibyte and "G" for gibibyte. The default unit if none is given
177 is "M".
178
169- ``--overhead-factor``: This option is a Wic-specific option that 179- ``--overhead-factor``: This option is a Wic-specific option that
170 multiplies the size of the partition by the option's value. You must 180 multiplies the size of the partition by the option's value. You must
171 supply a value greater than or equal to "1". The default value is 181 supply a value greater than or equal to "1". The default value is