[autoboot] Add "netboot" command

Originally-implemented-by: michael-dev@fami-braun.de
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-20 17:20:03 +00:00
parent 6fd09b541f
commit 4448285142
3 changed files with 38 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ int boot_root_path ( const char *root_path ) {
* @v netdev Network device
* @ret rc Return status code
*/
static int netboot ( struct net_device *netdev ) {
int netboot ( struct net_device *netdev ) {
struct setting vendor_class_id_setting
= { .tag = DHCP_VENDOR_CLASS_ID };
struct setting pxe_discovery_control_setting