mirror of https://github.com/ipxe/ipxe.git
Use dev's print_info method to print standardised information about
the boot device.pull/1/head
parent
95da907d5f
commit
241fb0f3cd
|
@ -183,6 +183,9 @@ int main ( void ) {
|
|||
continue;
|
||||
}
|
||||
|
||||
/* Print device info */
|
||||
print_info ( &dev );
|
||||
|
||||
/* Load configuration (e.g. DHCP) */
|
||||
if ( ! load_configuration ( &dev ) ) {
|
||||
/* DHCP failed */
|
||||
|
|
Loading…
Reference in New Issue