SUSE / suse-migration-services

GNU General Public License v3.0
7 stars 10 forks source link

Add multiversion kernel checks to pre-checks #241

Closed KeithMnemonic closed 2 years ago

KeithMnemonic commented 2 years ago

This PR adds an additional check to suse-migration-pre-checks. This check is used to provide warnings when the following occur

  1. multiversion.kernels is not set to latest,running
  2. More than one kernel is currently installed on the system.

The next step is to add a "fix" option to resolve either of the two warnings above. This will be done in a follow up PR as there will be some rework to pre_checks.py to handle command line arguments. Currently pre-checks does not support any additional arguments.