diff options
| author | Simon Glass <[email protected]> | 2024-07-17 09:30:54 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-07-19 13:53:59 +0200 |
| commit | b1bb34fecd84a1754e0e187aa2735ecfd2910ffd (patch) | |
| tree | a91231dfa00262b4f478e12e50a4b293e4584792 /doc/develop/bootstd/overview.rst | |
| parent | 1426f672d254a92202c1e50ad21b7dd4c8e9641a (diff) | |
doc: Add a description for bootmeth_extlinux
Add documentation for the extlinux bootmeth.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/overview.rst')
| -rw-r--r-- | doc/develop/bootstd/overview.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index e04c683fb11..26b798596c5 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -414,9 +414,9 @@ a good selection of boot options is available. Available bootmeth drivers -------------------------- -Bootmeth drivers are provided for: +Bootmeth drivers are provided for booting from various media: - - extlinux / syslinux boot from a disk + - :doc:`extlinux / syslinux <extlinux>` boot from a storage device - extlinux boot from a network (PXE) - U-Boot scripts from disk, network or SPI flash - EFI boot using bootefi from disk |
