use latest to install from
This commit is contained in:
parent
f4681d2f84
commit
6bf8697c65
@ -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__
|
||||
|
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user