From 6d4a1af4b281fac2d9a9dfbef06f7ce0be156849 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 29 Jun 2016 08:53:41 +0200 Subject: updated gold image example to Cetos 6.8 --- examples/build_gold_image/build_centos6.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/build_gold_image/build_centos6.sh b/examples/build_gold_image/build_centos6.sh index 812c5ab..5aa68d0 100755 --- a/examples/build_gold_image/build_centos6.sh +++ b/examples/build_gold_image/build_centos6.sh @@ -37,13 +37,13 @@ mkdir -p $CHROOT_DIR/var/lib/rpm rpm -v --rebuilddb --root=`pwd`/$CHROOT_DIR -wget http://mirror.centos.org/centos/6.7/os/${PACKAGE_ARCH}/Packages/centos-release-6-7.el6.centos.12.3.${ARCH}.rpm +wget http://mirror.centos.org/centos/6.8/os/${PACKAGE_ARCH}/Packages/centos-release-6-8.el6.centos.12.3.${ARCH}.rpm -rpm -v -i --root=`pwd`/$CHROOT_DIR --nodeps centos-release-6-7.el6.centos.12.3.${ARCH}.rpm +rpm -v -i --root=`pwd`/$CHROOT_DIR --nodeps centos-release-6-8.el6.centos.12.3.${ARCH}.rpm -rm -f centos-release-6-7.el6.centos.12.3.${ARCH}.rpm +rm -f centos-release-6-8.el6.centos.12.3.${ARCH}.rpm -wget http://mirror.centos.org/centos/6.7/os/${PACKAGE_ARCH}/RPM-GPG-KEY-CentOS-6 +wget http://mirror.centos.org/centos/6.8/os/${PACKAGE_ARCH}/RPM-GPG-KEY-CentOS-6 rpm -v --root=`pwd`/$CHROOT_DIR --import RPM-GPG-KEY-CentOS-6 -- cgit v1.2.3-54-g00ecf