This patch installs the subscription-manager package in the anaconda runtime image, with one small change: since all installed yum plugins will be used by anaconda during the install, we only install the 'product-id' plugin. --- scripts/upd-instroot | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/scripts/upd-instroot b/scripts/upd-instroot index c98f893..6541ec0 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -122,7 +122,9 @@ PACKAGES="glibc glibc-common setup openssl python python-libs newt slang libseli libdhcp libnl libdhcp6client libdhcp4client device-mapper-multipath kpartx dmraid python-pyblock mkinitrd libbdevid libbdevid-python libselinux-python nss udev keyutils-libs nspr python-iniparse - cryptsetup-luks e4fsprogs fipscheck fipscheck-lib libdrm libmlx4" + cryptsetup-luks e4fsprogs fipscheck fipscheck-lib libdrm libmlx4 + subscription-manager python-dmidecode python-ethtool + python-rhsm python-simplejson PyXML virt-what" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES pcmciautils" @@ -520,6 +522,11 @@ usr/share/hwdata/MonitorsDB usr/share/xorg/extramodes usr/share/xorg/vesamodes usr/share/zoneinfo/* +usr/share/rhsm +usr/lib/yum-plugins/product-id.py* +var/log/rhsm +etc/rhsm +etc/yum/pluginconf.d/product-id.conf EOF if [ $ARCH = s390 -o $ARCH = s390x ]; then -- 1.7.4.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list