From c40aa76d83cbed5a1e897cde7c2e2a6d6271f467 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 24 Sep 2015 16:09:03 +1000 Subject: [PATCH] Remove extra install of release pkgs in fedora-minimal I'm not sure why we try to do an extra install of these, it is done inside the chroot in _install_repos. Currently it just gets skipped saying the packages are already installed. Change-Id: Ic7aa8cbe13e4347b447e84bb9c12483a4e125228 --- elements/yum-minimal/root.d/08-yum-chroot | 3 --- 1 file changed, 3 deletions(-) diff --git a/elements/yum-minimal/root.d/08-yum-chroot b/elements/yum-minimal/root.d/08-yum-chroot index 0968ca88..4a4e1eca 100755 --- a/elements/yum-minimal/root.d/08-yum-chroot +++ b/elements/yum-minimal/root.d/08-yum-chroot @@ -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 \