mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Print device info */
|
||||||
|
print_info ( &dev );
|
||||||
|
|
||||||
/* Load configuration (e.g. DHCP) */
|
/* Load configuration (e.g. DHCP) */
|
||||||
if ( ! load_configuration ( &dev ) ) {
|
if ( ! load_configuration ( &dev ) ) {
|
||||||
/* DHCP failed */
|
/* DHCP failed */
|
||||||
|
|||||||
Reference in New Issue
Block a user