Add update layman for iso assembling before pack.

master
Mike Hiretsky 13 years ago
parent a5d446cde8
commit 676fb23991

@ -225,6 +225,12 @@ class cl_builder(color_print):
self.printByResult(True)
distrPath = distr.convertToDirectory().getDirectory()
self.cleanNeedlessKernelData(distrPath)
if self.assembleIso:
self.printMessageForTest(_("Updating calculate overlay"))
updateLayman = self.runChroot(distrPath,"layman -s calculate")
self.printByResult(updateLayman.success())
self.applyTemplatesForSquash(distrPath)
# change make.profile
builderPath = self.clVars.Get('cl_builder_path')

Loading…
Cancel
Save