commit | 0e3a593ae6de396c3b96bed7c4303835e32b4cc3 | [log] [tgz] |
---|---|---|
author | Jason Hobbs <jason.hobbs@calxeda.com> | Wed Aug 31 10:37:30 2011 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 22:25:35 2011 +0200 |
tree | c3c841d8d464533e85674b41601fcb0a61e5ed47 | |
parent | 6e39ccea031f725fa648736953393ed08cfb5c70 [diff] |
Add pxe command Add pxe command, which is intended to mimic PXELINUX functionality. 'pxe get' uses tftp to retrieve a file based on UUID, MAC address or IP address. 'pxe boot' interprets the contents of PXELINUX config like file to boot using a specific initrd, kernel and kernel command line. This patch also adds a README.pxe file - see it for more details on the pxe command. Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>