Update overlay before pack image only for binary.

master
Mike Hiretsky 14 years ago
parent 78e8a943c7
commit 7e617a9ab7

@ -257,7 +257,8 @@ class cl_builder(color_print):
distrPath = distr.convertToDirectory().getDirectory() distrPath = distr.convertToDirectory().getDirectory()
self.cleanNeedlessKernelData(distrPath) self.cleanNeedlessKernelData(distrPath)
if self.assembleIso: if self.assembleIso and \
self.clVars.Get('os_builder_profile').endswith('binary'):
self.printMessageForTest(_("Updating calculate overlay")) self.printMessageForTest(_("Updating calculate overlay"))
updateLayman = self.runChroot(distrPath,"layman -s calculate") updateLayman = self.runChroot(distrPath,"layman -s calculate")
self.printByResult(updateLayman.success()) self.printByResult(updateLayman.success())

Loading…
Cancel
Save