diff options
author | Jonathan Bauer | 2018-02-22 13:22:14 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-22 13:22:14 +0100 |
commit | b64e7b7dc0b1082ea72cebfaba23ee6becd6b287 (patch) | |
tree | d182b4b581d6e095721a3bb26be24332f4dfd731 /http | |
parent | ansible-roles: update revision (diff) | |
download | packer-templates-b64e7b7dc0b1082ea72cebfaba23ee6becd6b287.tar.gz packer-templates-b64e7b7dc0b1082ea72cebfaba23ee6becd6b287.tar.xz packer-templates-b64e7b7dc0b1082ea72cebfaba23ee6becd6b287.zip |
anaconda: centos: US keymap and layout
Diffstat (limited to 'http')
-rw-r--r-- | http/centos/anaconda-ks.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/centos/anaconda-ks.cfg b/http/centos/anaconda-ks.cfg index 1026914..646b0c4 100644 --- a/http/centos/anaconda-ks.cfg +++ b/http/centos/anaconda-ks.cfg @@ -3,7 +3,7 @@ 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)' +keyboard --vckeymap=us --xlayouts='us' timezone Europe/Berlin --isUtc --nontp auth --enableshadow --passalgo=sha512 clearpart --none --initlabel |