From: Michael Brown Date: Tue, 12 Apr 2005 22:44:02 +0000 (+0000) Subject: Use dev's print_info method to print standardised information about X-Git-Tag: v0.9.3~2005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241fb0f3cd3665ea8805b119989a50c76bcc8639;p=thirdparty%2Fipxe.git Use dev's print_info method to print standardised information about the boot device. --- diff --git a/src/core/main.c b/src/core/main.c index 19802d9dc..da1c58a6f 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -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 */