2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

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

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