summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-10-26 09:19:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 14:56:18 +0000
commit6594c312ab272a701c292a1fc3520129923d083c (patch)
tree7af05e8c10d85dbf4dfe07217fee7193c020e219 /documentation
parent4e4a302e37ac06543e9983773cdb4caf7728330d (diff)
downloadpoky-6594c312ab272a701c292a1fc3520129923d083c.tar.gz
ref-manual: Document wic --offset option
Adds documentation that describes how to use the --offset argument in a kickstart file (From yocto-docs rev: 0fbb2d71fe866b4ae7721f2f70d5b50dbc019030) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-kickstart.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-kickstart.rst b/documentation/ref-manual/ref-kickstart.rst
index 33d579c5d1..7f6d4ebe1c 100644
--- a/documentation/ref-manual/ref-kickstart.rst
+++ b/documentation/ref-manual/ref-kickstart.rst
@@ -134,6 +134,11 @@ the ``part`` and ``partition`` commands:
134- ``--align (in KBytes)``: This option is a Wic-specific option that 134- ``--align (in KBytes)``: This option is a Wic-specific option that
135 says to start partitions on boundaries given x KBytes. 135 says to start partitions on boundaries given x KBytes.
136 136
137- ``--offset (in KBytes)``: This option is a Wic-specific option that
138 says to place a partition at exactly the specified offset. If the
139 partition cannot be placed at the specified offset, the image build
140 will fail.
141
137- ``--no-table``: This option is a Wic-specific option. Using the 142- ``--no-table``: This option is a Wic-specific option. Using the
138 option reserves space for the partition and causes it to become 143 option reserves space for the partition and causes it to become
139 populated. However, the partition is not added to the partition 144 populated. However, the partition is not added to the partition