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>
This commit is contained in:
Simon Glass
2024-07-19 13:54:01 +02:00
committed by Heinrich Schuchardt
parent b1bb34fecd
commit 64a1446bd0
4 changed files with 31 additions and 2 deletions
+2 -1
View File
@@ -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.