diff options
author | Simon Glass <sjg@chromium.org> | 2024-07-17 09:30:55 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-19 13:54:01 +0200 |
commit | 64a1446bd09ec58ab259c9ec2b3160ac604b734f (patch) | |
tree | 51cfbd1b7a37315866f6fe4bdc55e4d9bdca0a8d /doc/develop/bootstd/overview.rst | |
parent | b1bb34fecd84a1754e0e187aa2735ecfd2910ffd (diff) |
doc: Add a description for bootmeth_pxe
Add documentation for the pxe bootmeth.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc/develop/bootstd/overview.rst')
-rw-r--r-- | doc/develop/bootstd/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index 26b798596c5..6afa1c29615 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -417,7 +417,7 @@ Available bootmeth drivers Bootmeth drivers are provided for booting from various media: - :doc:`extlinux / syslinux <extlinux>` boot from a storage device - - extlinux boot from a network (PXE) + - :doc:`extlinux / syslinux <extlinux>` boot from a network (PXE) - U-Boot scripts from disk, network or SPI flash - EFI boot using bootefi from disk - VBE |