index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 21:26:42 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 21:26:42 +0200 |
commit | 6bd649fc4b74d10e183531cd046ee7872fedb40e (patch) | |
tree | 42d7ad54398e3596cb7a13d6ae965f1d6e1420be /provision | |
parent | a7c15082fcc29f56911e0a36af4133b73e1c9e26 (diff) |
-rw-r--r-- | provision/postinstall.sh | 3 |
diff --git a/provision/postinstall.sh b/provision/postinstall.sh index 245df8d..be094e4 100644 --- a/provision/postinstall.sh +++ b/provision/postinstall.sh @@ -9,3 +9,6 @@ localectl set-locale "LANG=en_US.UTF-8" localectl set-keymap "us" localectl set-x11-keymap "us" timedatectl set-ntp true + +#setting link to systemd-resolved +ln -sf /var/run/systemd/resolve/resolv.conf /etc/resolv.conf |