From db17977b2f37b3359540ef9c0f3ffbe9861f97b7 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sat, 6 May 2017 21:38:25 +0200 Subject: added new postinstall.sh, moved the controllers to postinstall.sh and added the script to vagrant.json --- provision/postinstall.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 provision/postinstall.sh (limited to 'provision') 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 -- cgit v1.2.3