From 6bf8697c65c6185433b4c2bf3e8fa16a45f5f314 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 18 Jun 2014 12:48:40 +0100 Subject: [PATCH] use latest to install from --- openvz/create-yum-openvz-7.sh | 2 +- openvz/openvz-7.ks | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openvz/create-yum-openvz-7.sh b/openvz/create-yum-openvz-7.sh index 9fd4c87..7c04cf3 100644 --- a/openvz/create-yum-openvz-7.sh +++ b/openvz/create-yum-openvz-7.sh @@ -9,7 +9,7 @@ tmpyumconf=$mount/yum.conf cat > $tmpyumconf << __YUMCONF__ [centos7] name=centos 7 x86_64 -baseurl=http://buildlogs.centos.org/centos/7/os/x86_64-20140617/ +baseurl=http://buildlogs.centos.org/centos/7/os/x86_64-latest/ enabled=1 gpgcheck=0 __YUMCONF__ diff --git a/openvz/openvz-7.ks b/openvz/openvz-7.ks index c020162..f9f49dd 100644 --- a/openvz/openvz-7.ks +++ b/openvz/openvz-7.ks @@ -1,6 +1,6 @@ install #url --url=http://mirror.centos.org/centos/7/os/x86_64/ -url --url=http://buildlogs.centos.org/centos/7/os/x86_64-20140617/ +url --url=http://buildlogs.centos.org/centos/7/os/x86_64-latest/ lang en_GB.UTF-8 keyboard uk network --device eth0 --bootproto dhcp @@ -99,7 +99,7 @@ mknod -m 600 /dev/console c 5 1 cat > /etc/yum.repo.d/centos.repo << __YUMCONF__ [centos7] name=centos 7 x86_64 -baseurl=http://buildlogs.centos.org/centos/7/os/x86_64-20140617/ +baseurl=http://buildlogs.centos.org/centos/7/os/x86_64-latest/ enabled=1 gpgcheck=0 __YUMCONF__