From c38eeaecbafdb66b744f3a2993db0b708a4c4316 Mon Sep 17 00:00:00 2001 From: Peter Ajamian Date: Sat, 5 Jun 2021 11:30:45 +1200 Subject: [PATCH] Add note to README about katello systems --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 12e035f..cba3333 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Running this script will convert an existing CentOS 8 system to Rocky Linux 8. ### Known Issues +#### Katello clashes + +Katello installs it's own repositories via subscription-manager that are meant +to replace the ones from CentOS, but it doe snot remove, or even disable, the +corresponding CentOS repositories. This would cause issues to a normal running +system, but it is especially problematic for migrate2rocky as it means that +migrate2rocky cannot properly determine which repositories to remove and +attempting to run migrate2rocky on a katello will likely result in a corrupted +system. + #### RHEL migrations show error messages during conversion ```