diff options
author | Mattijs Korpershoek <mkorpershoek@baylibre.com> | 2024-05-24 15:28:21 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-10 15:04:06 +0200 |
commit | cd36ddbf8d6e1afc7399460d28cc69e484ac0fdf (patch) | |
tree | 7f682136d161debd88a8b85bc79646ce8d817c25 | |
parent | 3b7d26eb2b88bf2be5a4a32ece1fca61b57e7721 (diff) |
doc: cmd: bootmeth: Fix extlinunx -> extlinux typo
Fix a trivial typo in the bootmeth documentation.
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | doc/usage/cmd/bootmeth.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/bootmeth.rst b/doc/usage/cmd/bootmeth.rst index 2903977ee54..bac9fdf85cd 100644 --- a/doc/usage/cmd/bootmeth.rst +++ b/doc/usage/cmd/bootmeth.rst @@ -48,7 +48,7 @@ The format looks like this: ===== === ================== ================================= Order Seq Name Description ===== === ================== ================================= - 0 0 extlinunx Extlinux boot from a block device + 0 0 extlinux Extlinux boot from a block device 1 1 efi EFI boot from an .efi file 2 2 pxe PXE boot from a network device 3 3 sandbox Sandbox boot for testing |