david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Use dev's print_info method to print standardised information about

the boot device.
This commit is contained in:
Michael Brown 2005-04-12 22:44:02 +00:00
parent 95da907d5f
commit 241fb0f3cd
1 changed files with 3 additions and 0 deletions

View File

@ -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 */