diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2015-08-30 17:10:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-03 20:56:48 (GMT) |
commit | 695c1329e8c5cefcd79ed43ca556ddfaeefb368e (patch) | |
tree | 63e68b9ac55086a0324620316c74a252e34a7280 | |
parent | c9feb427aba860ebc79f9851a1bb49cc456a2d48 (diff) | |
download | u-boot-fsl-qoriq-695c1329e8c5cefcd79ed43ca556ddfaeefb368e.tar.xz |
doc: Fix inconsistent filename in PXE config example
The default config includes base.menu, not linux.list
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
-rw-r--r-- | doc/README.pxe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.pxe b/doc/README.pxe index f67605c..8363383 100644 --- a/doc/README.pxe +++ b/doc/README.pxe @@ -163,7 +163,7 @@ Example ------- Here's a couple of example files to show how this works. -------------/tftpboot/pxelinux.cfg/menus/linux.list---------- +------------/tftpboot/pxelinux.cfg/menus/base.menu----------- menu title Linux selections # This is the default label |