redhat-cip / edeploy

Linux systems provisioning and updating made easy
Apache License 2.0
92 stars 38 forks source link

Disable yum plugins during the redhat chroot bootstrap #146

Closed tremble closed 10 years ago

tremble commented 10 years ago

When running yum from outside the chroot (using --installroot) and the rhnplugin or subscription-manager plugins are active then it's possible for yum to pull in extra packages.

This can then result in the chroot containing newer versions of RPMs like glibc which then prevents subscription-manager from being installed when it needs one of the glibc sub-packages (way down in the dependency trees).