commit | 06283a6401f652e709b7b27d02238d0c6f92cb0c | [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 | e11938eabc17de35822de1a0a1102213c326f788 [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>