Enable rebuild nvidia drivers for livecd.

netsetup
Mike Hiretsky 14 years ago
parent 5e03cc5c9b
commit 0a366745f5

@ -1702,9 +1702,8 @@ class cl_install(color_print, SignalInterrupt):
pathGlModules = path.join(self.clVars.Get('cl_chroot_path'),
'usr/lib/opengl')
if self.clVars.Get('os_root_type') != "livecd":
self.printMessageForTest(_("Check the video driver"))
self.printByResult(self.checkVideoDriver())
self.printMessageForTest(_("Check the video driver"))
self.printByResult(self.checkVideoDriver())
if path.exists(pathGlModules):
self.printMessageForTest(_("Configure OpenGL"))
self.printByResult(self.setupOpenGL())

Loading…
Cancel
Save