Browse Source

Use dev's print_info method to print standardised information about

the boot device.
tags/v0.9.3
Michael Brown 20 years ago
parent
commit
241fb0f3cd
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/core/main.c

+ 3
- 0
src/core/main.c View File

183
 			continue;
183
 			continue;
184
 		}
184
 		}
185
 		
185
 		
186
+		/* Print device info */
187
+		print_info ( &dev );
188
+
186
 		/* Load configuration (e.g. DHCP) */
189
 		/* Load configuration (e.g. DHCP) */
187
 		if ( ! load_configuration ( &dev ) ) {
190
 		if ( ! load_configuration ( &dev ) ) {
188
 			/* DHCP failed */
191
 			/* DHCP failed */

Loading…
Cancel
Save