]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Use dev's print_info method to print standardised information about
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 22:44:02 +0000 (22:44 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 22:44:02 +0000 (22:44 +0000)
the boot device.

src/core/main.c

index 19802d9dc595e2849bc157938c2c2dad7bc02a50..da1c58a6ff8776fad161757b21a00c8be9acf9d4 100644 (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 */