summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/build_centos6.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-10-24 21:11:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-10-24 21:11:53 +0200
commit392d766c982cc1e6e53259fc65f6e1db1b1ee8db (patch)
tree3063b3e18286351b5545193dfee1018318d712fb /examples/build_gold_image/build_centos6.sh
parentca2ca055e6281ee2b95285199f6ee2d8c1f46889 (diff)
downloadbiruda-392d766c982cc1e6e53259fc65f6e1db1b1ee8db.tar.gz
biruda-392d766c982cc1e6e53259fc65f6e1db1b1ee8db.tar.bz2
added ArchLinux gold build script (preliminary) and fixed Centos 6 script
Diffstat (limited to 'examples/build_gold_image/build_centos6.sh')
-rwxr-xr-xexamples/build_gold_image/build_centos6.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/build_gold_image/build_centos6.sh b/examples/build_gold_image/build_centos6.sh
index 3d4fd3b..08048bd 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.6/os/${PACKAGE_ARCH}/Packages/centos-release-6-6.el6.centos.12.2.${ARCH}.rpm
+wget http://mirror.centos.org/centos/6.7/os/${PACKAGE_ARCH}/Packages/centos-release-6-7.el6.centos.12.3.${ARCH}.rpm
-rpm -v -i --root=`pwd`/$CHROOT_DIR --nodeps centos-release-6-6.el6.centos.12.2.${ARCH}.rpm
+rpm -v -i --root=`pwd`/$CHROOT_DIR --nodeps centos-release-6-7.el6.centos.12.3.${ARCH}.rpm
-rm -f centos-release-6-6.el6.centos.12.2.${ARCH}.rpm
+rm -f centos-release-6-7.el6.centos.12.3.${ARCH}.rpm
-wget http://mirror.centos.org/centos/6.6/os/${PACKAGE_ARCH}/RPM-GPG-KEY-CentOS-6
+wget http://mirror.centos.org/centos/6.7/os/${PACKAGE_ARCH}/RPM-GPG-KEY-CentOS-6
rpm -v --root=`pwd`/$CHROOT_DIR --import RPM-GPG-KEY-CentOS-6