diff options
author | Manuel Messner | 2018-02-07 13:26:20 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-08 12:08:48 +0100 |
commit | cf5786c79fb3f6062818e6ea2d4002524b8e1742 (patch) | |
tree | 4fdeeb781d51d3de9d861a63a49371f929511c14 /http | |
parent | update ubuntu 16.04.2 -> 16.04.3 (diff) | |
download | packer-templates-cf5786c79fb3f6062818e6ea2d4002524b8e1742.tar.gz packer-templates-cf5786c79fb3f6062818e6ea2d4002524b8e1742.tar.xz packer-templates-cf5786c79fb3f6062818e6ea2d4002524b8e1742.zip |
http: centos-7.4: anaconda-ks.cfg: add default mirror
Diffstat (limited to 'http')
-rw-r--r-- | http/centos-7.4/anaconda-ks.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/centos-7.4/anaconda-ks.cfg b/http/centos-7.4/anaconda-ks.cfg index 2b85890..5eab0b9 100644 --- a/http/centos-7.4/anaconda-ks.cfg +++ b/http/centos-7.4/anaconda-ks.cfg @@ -1,6 +1,7 @@ install text reboot +url --mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os lang en_US.UTF-8 keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)' timezone Europe/Berlin --isUtc --nontp |