index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 06:55:13 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 06:55:13 +0200 |
commit | a7c15082fcc29f56911e0a36af4133b73e1c9e26 (patch) | |
tree | d58631d7e36aa8e15a2e40be530ce4df48f831bc /provision | |
parent | 61bd042c67cfd1ebe98a3ff6b7e6a6ce93dffd24 (diff) |
-rw-r--r-- | provision/postinstall.sh | 2 |
diff --git a/provision/postinstall.sh b/provision/postinstall.sh index 9aa2881..245df8d 100644 --- a/provision/postinstall.sh +++ b/provision/postinstall.sh @@ -7,5 +7,5 @@ set -x hostnamectl set-hostname "archlinux" localectl set-locale "LANG=en_US.UTF-8" localectl set-keymap "us" -localectl set-xx1-keymap "us" +localectl set-x11-keymap "us" timedatectl set-ntp true |