diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2015-08-30 19:10:59 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-03 16:56:48 -0400 |
commit | 695c1329e8c5cefcd79ed43ca556ddfaeefb368e (patch) | |
tree | 63e68b9ac55086a0324620316c74a252e34a7280 /doc | |
parent | c9feb427aba860ebc79f9851a1bb49cc456a2d48 (diff) | |
download | u-boot-695c1329e8c5cefcd79ed43ca556ddfaeefb368e.tar.gz u-boot-695c1329e8c5cefcd79ed43ca556ddfaeefb368e.tar.xz u-boot-695c1329e8c5cefcd79ed43ca556ddfaeefb368e.zip |
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>
Diffstat (limited to 'doc')
-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 f67605cf99..8363383c53 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 |