Fix restore initramfs.

netsetup
Mike Hiretsky 13 years ago
parent 103be1cbd1
commit e7a634f068

@ -1782,7 +1782,7 @@ class cl_install(color_print, SignalInterrupt):
if not InitRamFs(initrdPath).isModuleInside(needMod):
self.printMessageForTest(_("Restore initramfs"))
self.printByResult(InitRamFs(initrdInstallPath)\
.cleanInitRamFs(initrdPath, x11_video_drv))
.cleanInitRamFs(initrdPath))
except (InstallError,DistributiveError),e:
error = e
except Exception,e:

Loading…
Cancel
Save