Merge "Remove extra install of release pkgs in fedora-minimal"

This commit is contained in:
Jenkins 2015-10-15 04:01:08 +00:00 committed by Gerrit Code Review
commit 2ed4c1d860

View File

@ -121,9 +121,6 @@ else
fi
# bootstrap the environment within the chroot
sudo chroot $TARGET_ROOT ${YUM} -y --releasever=$DIB_RELEASE \
--setopt=cachedir=/tmp/yum/$ARCH/$DIB_RELEASE \
install $RELEASE_RPMS
sudo chroot $TARGET_ROOT ${YUM} makecache
sudo chroot $TARGET_ROOT ${YUM} -y \
--setopt=cachedir=/tmp/yum/$ARCH/$DIB_RELEASE \