LICENSE
MANIFEST.in
README.md
setup.py
config/convert2rhel.ini
convert2rhel/__init__.py
convert2rhel/applock.py
convert2rhel/breadcrumbs.py
convert2rhel/checks.py
convert2rhel/exceptions.py
convert2rhel/grub.py
convert2rhel/hostmetering.py
convert2rhel/i18n.py
convert2rhel/initialize.py
convert2rhel/logger.py
convert2rhel/main.py
convert2rhel/pkghandler.py
convert2rhel/redhatrelease.py
convert2rhel/repo.py
convert2rhel/subscription.py
convert2rhel/systeminfo.py
convert2rhel/toolopts.py
convert2rhel.egg-info/PKG-INFO
convert2rhel.egg-info/SOURCES.txt
convert2rhel.egg-info/dependency_links.txt
convert2rhel.egg-info/entry_points.txt
convert2rhel.egg-info/requires.txt
convert2rhel.egg-info/top_level.txt
convert2rhel/actions/__init__.py
convert2rhel/actions/report.py
convert2rhel/actions/conversion/__init__.py
convert2rhel/actions/conversion/transaction.py
convert2rhel/actions/post_conversion/__init__.py
convert2rhel/actions/pre_ponr_changes/__init__.py
convert2rhel/actions/pre_ponr_changes/backup_system.py
convert2rhel/actions/pre_ponr_changes/handle_packages.py
convert2rhel/actions/pre_ponr_changes/kernel_modules.py
convert2rhel/actions/pre_ponr_changes/special_cases.py
convert2rhel/actions/pre_ponr_changes/subscription.py
convert2rhel/actions/pre_ponr_changes/transaction.py
convert2rhel/actions/system_checks/__init__.py
convert2rhel/actions/system_checks/check_firewalld_availability.py
convert2rhel/actions/system_checks/convert2rhel_latest.py
convert2rhel/actions/system_checks/custom_repos_are_valid.py
convert2rhel/actions/system_checks/dbus.py
convert2rhel/actions/system_checks/duplicate_packages.py
convert2rhel/actions/system_checks/efi.py
convert2rhel/actions/system_checks/els.py
convert2rhel/actions/system_checks/eus.py
convert2rhel/actions/system_checks/is_loaded_kernel_latest.py
convert2rhel/actions/system_checks/package_updates.py
convert2rhel/actions/system_checks/readonly_mounts.py
convert2rhel/actions/system_checks/rhel_compatible_kernel.py
convert2rhel/actions/system_checks/tainted_kmods.py
convert2rhel/backup/__init__.py
convert2rhel/backup/certs.py
convert2rhel/backup/files.py
convert2rhel/backup/packages.py
convert2rhel/backup/subscription.py
convert2rhel/data/7/x86_64/configs/centos-7-x86_64.cfg
convert2rhel/data/7/x86_64/configs/oracle-7-x86_64.cfg
convert2rhel/data/7/x86_64/configs/scientific-7-x86_64.cfg
convert2rhel/data/7/x86_64/rhel-certs/69.pem
convert2rhel/data/8/x86_64/configs/almalinux-8-x86_64.cfg
convert2rhel/data/8/x86_64/configs/centos-8-x86_64.cfg
convert2rhel/data/8/x86_64/configs/oracle-8-x86_64.cfg
convert2rhel/data/8/x86_64/configs/rocky-8-x86_64.cfg
convert2rhel/data/8/x86_64/rhel-certs/479.pem
convert2rhel/data/9/x86_64/configs/almalinux-9-x86_64.cfg
convert2rhel/data/9/x86_64/configs/oracle-9-x86_64.cfg
convert2rhel/data/9/x86_64/configs/rocky-9-x86_64.cfg
convert2rhel/data/9/x86_64/rhel-certs/479.pem
convert2rhel/data/version-independent/GLOBAL_EULA_RHEL
convert2rhel/data/version-independent/redhat-uep.pem
convert2rhel/data/version-independent/gpg-keys/RPM-GPG-KEY-redhat-legacy-release
convert2rhel/data/version-independent/gpg-keys/RPM-GPG-KEY-redhat-release
convert2rhel/pkgmanager/__init__.py
convert2rhel/pkgmanager/handlers/__init__.py
convert2rhel/pkgmanager/handlers/base.py
convert2rhel/pkgmanager/handlers/dnf/__init__.py
convert2rhel/pkgmanager/handlers/dnf/callback.py
convert2rhel/pkgmanager/handlers/yum/__init__.py
convert2rhel/pkgmanager/handlers/yum/callback.py
convert2rhel/utils/__init__.py
convert2rhel/utils/files.py
man/__init__.py
man/convert2rhel.8
man/distribution.man
man/synopsis