Created
January 28, 2014 21:21
-
-
Save omaciel/8676791 to your computer and use it in GitHub Desktop.
Configuring Katello
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
subscription-manager register --force [email protected] --password=xxxxxx --autosubscribe | |
yum repolist | |
rm -rf /etc/yum.repos.d/beaker-* | |
rm -rf /etc/yum.repos.d/epel* | |
rpm -e epel-release-6-8.noarch | |
rm -rf /var/cache/yum* | |
yum clean all | |
yum-config-manager --disable "*" | |
yum-config-manager --enable "rhel-6-server-rpms" | |
yum-config-manager --enable "rhel-6-server-optional-rpms" | |
yum-config-manager --enable "rhel-server-rhscl-6-rpms" | |
yum-config-manager --disable \*cf-tools\* | |
yum-config-manager --disable \*for-rhel\* | |
yum-config-manager --disable \*rhev\* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment