From 791a833db7a076a426f6d425a8402792fc6502b1 Mon Sep 17 00:00:00 2001 From: raki007 <278366432@qq.com> Date: Thu, 7 Sep 2023 11:53:45 +0800 Subject: [PATCH] summer ospp replace isomd5sum with isosm3sum Signed-off-by: raki007 <278366432@qq.com> --- docs/html/_modules/pylorax/treebuilder.html | 8 +-- docs/html/genindex.html | 4 +- docs/html/pylorax.html | 6 +- docs/html/searchindex.js | 2 +- lorax.spec | 2 +- share/composer/live-iso.ks | 2 +- .../99-generic/runtime-cleanup.tmpl | 2 +- src/pylorax/treebuilder.py | 6 +- src/sbin/mkksiso | 56 +++++++++---------- 9 files changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/html/_modules/pylorax/treebuilder.html b/docs/html/_modules/pylorax/treebuilder.html index f0aacf3..2e2f281 100644 --- a/docs/html/_modules/pylorax/treebuilder.html +++ b/docs/html/_modules/pylorax/treebuilder.html @@ -494,13 +494,13 @@ self._runner.run(tmpl, **self.add_template_vars) self._runner.run(templatefile, kernels=self.kernels) self.treeinfo_data = self._runner.results.treeinfo - self.implantisomd5() + self.implantisosm3() -