Document dnf display bug.

dnf has a bug where it will display the error message, "No matches found for the
following enable plugin patterns: config-manager".  This message is a red
herring and dnf does, in fact, find and enable the display-manager plugin for
the command.  The message may be safely ignored.
This commit is contained in:
Peter Ajamian 2021-07-09 22:19:11 +12:00
parent 23bc5d57c8
commit 4a27fc217f
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ This results from conflicts in the directory structure of RHEL with that of
RockyLinux. migrate2rocky will detect the issue and go on to remove the
conflicting directory and install rocky-release with the rpm command.
#### No matches found for the following enable plugin patterns: config-manager
The above error message is a display bug in dnf. It does not affect the actual
dnf command or the migration. You may safely ignore this message.
#### Grub still shows kernel entries from previous installation
This is normal. The running kernel cannot be safely removed when migrate2rocky