diff options
author | Vagrant Cascadian | 2016-02-08 19:55:31 -0800 |
---|---|---|
committer | Tom Rini | 2016-02-15 12:04:45 -0500 |
commit | 7101c4ce8d063fba676cc3fc3900b0d1734e6cae (patch) | |
tree | 33e8808bbd9ab0f147f11c0e6d42a5d15f9a11da | |
parent | 6febd8ca5aef84de67a2d7da9450d9385352bd04 (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>
-rw-r--r-- | doc/README.distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.distro b/doc/README.distro index 3715c8c3bad..e1b72161521 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. |