mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user