[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

@@ -14,6 +14,7 @@ struct net_device;
extern int shutdown_exit_flags;
extern int netboot ( struct net_device *netdev );
extern void autoboot ( void );
extern int boot_next_server_and_filename ( struct in_addr next_server,
const char *filename );