summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2016-02-08 19:55:31 -0800
committerTom Rini <trini@konsulko.com>2016-02-15 12:04:45 -0500
commit7101c4ce8d063fba676cc3fc3900b0d1734e6cae (patch)
tree33e8808bbd9ab0f147f11c0e6d42a5d15f9a11da /doc
parent6febd8ca5aef84de67a2d7da9450d9385352bd04 (diff)
Fix variable documented in README.distro for PXE address.
Fixes typo of pxe_addr_r with pxefile_addr_r. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.distro2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.distro b/doc/README.distro
index 3715c8c3ba..e1b7216152 100644
--- a/doc/README.distro
+++ b/doc/README.distro
@@ -243,7 +243,7 @@ kernel_addr_r:
A size of 16MB for the kernel is likely adequate.
-pxe_addr_r:
+pxefile_addr_r:
Mandatory. The location in RAM where extlinux.conf will be loaded to prior
to processing.