mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 18:40:24 +03:00
Use dev's print_info method to print standardised information about
the boot device.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user