Skip to content

Commit 5a2ca22

Browse files
authored
Merge pull request #439 from plesk/kernel-sign-prechecker-fix
Mention action we use to pre-check kernel package is installed in commentary for AssertCentosSignedKernelInstalled
2 parents 94dd4cd + 076121a commit 5a2ca22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

centos2almaconverter/actions/packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ def _do_check(self) -> bool:
565565

566566
if packages_with_pgpsig.startswith("package kernel is not installed"):
567567
# This means that kernel package is not installed. It is generally expected that a kernel package is present.
568-
# However, I'm not sure if it causes a problem on the Leapp side
569-
# So, we can bypass the pre-check and look for similar cases mentioned in feature requests on GitHub
568+
# And this action designed to check a little other problem, so description message can be misleading.
569+
# So it's better to use another action to catch such kind of problem. Currently we use AssertRedHatKernelInstalled
570570
log.warn(f"Kernel package is not installed. Skipping the {self.__class__.__name__} precheck.")
571571
return True
572572

0 commit comments

Comments
 (0)