diff options
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 |