mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
ref-manual: Document wic --offset option
Adds documentation that describes how to use the --offset argument in a kickstart file (From yocto-docs rev: d993d9353fd27a9c9beebdef180a2adf36099514) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0fbb2d71fe866b4ae7721f2f70d5b50dbc019030) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5100881891
commit
44f8c6b682
@@ -134,6 +134,11 @@ the ``part`` and ``partition`` commands:
|
|||||||
- ``--align (in KBytes)``: This option is a Wic-specific option that
|
- ``--align (in KBytes)``: This option is a Wic-specific option that
|
||||||
says to start partitions on boundaries given x KBytes.
|
says to start partitions on boundaries given x KBytes.
|
||||||
|
|
||||||
|
- ``--offset (in KBytes)``: This option is a Wic-specific option that
|
||||||
|
says to place a partition at exactly the specified offset. If the
|
||||||
|
partition cannot be placed at the specified offset, the image build
|
||||||
|
will fail.
|
||||||
|
|
||||||
- ``--no-table``: This option is a Wic-specific option. Using the
|
- ``--no-table``: This option is a Wic-specific option. Using the
|
||||||
option reserves space for the partition and causes it to become
|
option reserves space for the partition and causes it to become
|
||||||
populated. However, the partition is not added to the partition
|
populated. However, the partition is not added to the partition
|
||||||
|
|||||||
Reference in New Issue
Block a user