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:
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
Block a user