Update printInfo.

netsetup
Mike Hiretsky 13 years ago
parent 5ebb05df1f
commit e02e2948c2

@ -876,14 +876,14 @@ class cl_install(color_print, SignalInterrupt):
(_("Network devices"),clGet('os_net_interfaces_info'),hdd),
(_("Installed system"),installedSystem,True)
],
[(_("Hardware"),hdd),
[(_("Hardware"),True),
(_("Machine hardware name"),
clGet('os_install_arch_machine'),True),
(_("Quantity processors"),clGet('hr_cpu_num'),True),
(_("Videocard vendor"),clGet('hr_video'),True),
(_("Quantity processors"),clGet('hr_cpu_num'),hdd),
(_("Videocard vendor"),clGet('hr_video'),hdd),
(_("{0} video driver").format("Xorg"),
clGet('os_install_x11_video_drv'),True),
(_("Screen resolution"),clGet('os_install_x11_resolution'),True)
clGet('os_install_x11_video_drv'),hdd),
(_("Screen resolution"),clGet('os_install_x11_resolution'),hdd)
],
[(_("Localization"),not flash),
(_("Language"),

Loading…
Cancel
Save