summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/extlinux.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-07-17 09:30:55 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-07-19 13:54:01 +0200
commit64a1446bd09ec58ab259c9ec2b3160ac604b734f (patch)
tree51cfbd1b7a37315866f6fe4bdc55e4d9bdca0a8d /doc/develop/bootstd/extlinux.rst
parentb1bb34fecd84a1754e0e187aa2735ecfd2910ffd (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/extlinux.rst')
-rw-r--r--doc/develop/bootstd/extlinux.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/develop/bootstd/extlinux.rst b/doc/develop/bootstd/extlinux.rst
index 46e9ad9eea1..bf27dc57aaa 100644
--- a/doc/develop/bootstd/extlinux.rst
+++ b/doc/develop/bootstd/extlinux.rst
@@ -14,7 +14,8 @@ under the `boot/` subdirectory. This list of prefixes (``{"/", "/boot"}`` by
default) can be selected with the `filename-prefixes` property in the bootstd
device.
-Note that the PXE bootmeth uses the same file format, but in a network context.
+Note that the :doc:`pxelinux` uses the same file format, but in a
+network context.
When invoked on a bootdev, this bootmeth searches for the file and creates a
bootflow if found.