summaryrefslogtreecommitdiff
path: root/provision/postinstall.sh
blob: a2ec0a9388bb93a4b72a37e8a1b6b7bb5308e672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e
set -x

# setting hostname, locales, etc
hostnamectl set-hostname "archlinux"
localectl set-keymap "us"
timedatectl set-ntp true

#setting link to systemd-resolved
ln -sf /var/run/systemd/resolve/resolv.conf /etc/resolv.conf