mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
ref-manual: add wic command bootloader ptable option
Reordering the bootloader command options alphabetically (From yocto-docs rev: 9d43fcf8ba023be1350ed2b26482d2d5e44cf0cb) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5c86008856
commit
67a48d05cf
@@ -211,15 +211,10 @@ supports the following options:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Bootloader functionality and boot partitions are implemented by the
|
Bootloader functionality and boot partitions are implemented by the
|
||||||
various
|
various source plugins that implement bootloader functionality. The bootloader
|
||||||
--source
|
|
||||||
plugins that implement bootloader functionality. The bootloader
|
|
||||||
command essentially provides a means of modifying bootloader
|
command essentially provides a means of modifying bootloader
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
- ``--timeout``: Specifies the number of seconds before the
|
|
||||||
bootloader times out and boots the default option.
|
|
||||||
|
|
||||||
- ``--append``: Specifies kernel parameters. These parameters will be
|
- ``--append``: Specifies kernel parameters. These parameters will be
|
||||||
added to the syslinux :term:`APPEND` or ``grub`` kernel command line.
|
added to the syslinux :term:`APPEND` or ``grub`` kernel command line.
|
||||||
|
|
||||||
@@ -227,3 +222,13 @@ supports the following options:
|
|||||||
the bootloader. You can provide a full pathname for the file or a
|
the bootloader. You can provide a full pathname for the file or a
|
||||||
file located in the ``canned-wks`` folder. This option overrides
|
file located in the ``canned-wks`` folder. This option overrides
|
||||||
all other bootloader options.
|
all other bootloader options.
|
||||||
|
|
||||||
|
- ``--ptable``: Specifies the partition table format. Valid values are:
|
||||||
|
|
||||||
|
- ``msdos``
|
||||||
|
|
||||||
|
- ``gpt``
|
||||||
|
|
||||||
|
- ``--timeout``: Specifies the number of seconds before the
|
||||||
|
bootloader times out and boots the default option.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user