浏览代码

Use dev's print_info method to print standardised information about

the boot device.
tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
241fb0f3cd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/core/main.c

+ 3
- 0
src/core/main.c 查看文件

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

正在加载...
取消
保存