mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Remove the static IP address hack from netdevice.c, and change the
default test to the DHCP test.
This commit is contained in:
@@ -154,7 +154,7 @@ int main ( void ) {
|
||||
|
||||
netdev = next_netdev ();
|
||||
if ( netdev ) {
|
||||
test_aoeboot ( netdev );
|
||||
test_dhcp ( netdev );
|
||||
} else {
|
||||
printf ( "No network device found\n" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user