index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 21:38:25 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 21:38:25 +0200 |
commit | db17977b2f37b3359540ef9c0f3ffbe9861f97b7 (patch) | |
tree | 0c92b18b3a57155745045c0b05b3c8ac11450c16 /provision | |
parent | 99b792c785a6088df8d170ca6f4ffa2a45457333 (diff) |
-rw-r--r-- | provision/postinstall.sh | 11 |
diff --git a/provision/postinstall.sh b/provision/postinstall.sh new file mode 100644 index 0000000..9aa2881 --- /dev/null +++ b/provision/postinstall.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e +set -x + +# setting hostname, locales, etc +hostnamectl set-hostname "archlinux" +localectl set-locale "LANG=en_US.UTF-8" +localectl set-keymap "us" +localectl set-xx1-keymap "us" +timedatectl set-ntp true |