File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
centos2almaconverter/actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments