diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2020-10-26 09:19:40 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:01 +0000 |
| commit | 44f8c6b68266e10aaa91e8e27228c1a7b2ca05c3 (patch) | |
| tree | 46f4ca1cdc13a5cebd0e6a09483396ea8b94f7dd /documentation | |
| parent | 510088189198df4c21fce626709670ca7e3d2b33 (diff) | |
| download | poky-44f8c6b68266e10aaa91e8e27228c1a7b2ca05c3.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: 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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-kickstart.rst | 5 |
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 |
