diff mbox series

ref-manual: add wic command bootloader ptable

Message ID 20221021120119.559136-1-adrian.freihofer@siemens.com
State New
Headers show
Series ref-manual: add wic command bootloader ptable | expand

Commit Message

Adrian Freihofer Oct. 21, 2022, 12:01 p.m. UTC
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 documentation/ref-manual/kickstart.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Quentin Schulz Oct. 21, 2022, 12:51 p.m. UTC | #1
Hi Adrian,

On 10/21/22 14:01, Adrian Freihofer wrote:
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> ---
>   documentation/ref-manual/kickstart.rst | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
> index d82da0ee75..30629563f2 100644
> --- a/documentation/ref-manual/kickstart.rst
> +++ b/documentation/ref-manual/kickstart.rst
> @@ -227,3 +227,9 @@ supports the following options:
>      the bootloader. You can provide a full pathname for the file or a
>      file located in the ``canned-wks`` folder. This option overrides
>      all other bootloader options.
> +
> +-  ``--ptable``: Specifies the partition table format. Valid values are:
> +
> +   -  ``msdos``
> +
> +   -  ``gpt``
> 

Thanks for the patch but this should be sent to the docs mailing list 
(yocto-docs) (maybe order the possible values alphabetically also).

Cheers,
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index d82da0ee75..30629563f2 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -227,3 +227,9 @@  supports the following options:
    the bootloader. You can provide a full pathname for the file or a
    file located in the ``canned-wks`` folder. This option overrides
    all other bootloader options.
+
+-  ``--ptable``: Specifies the partition table format. Valid values are:
+
+   -  ``msdos``
+
+   -  ``gpt``