summaryrefslogtreecommitdiff
path: root/guest
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-03-07 00:25:57 +0100
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-03-07 00:25:57 +0100
commit32e14309578a8867c7c0205bc48fd1c3d2b927c3 (patch)
treefcb3f449bdba62c1b4bf40b5d73ef64e94501d05 /guest
parentc68b07fb0b3572427e02c1062e4ca179a6d8e4a5 (diff)
downloadfreebsd-wifibox-alpine-32e14309578a8867c7c0205bc48fd1c3d2b927c3.zip
Fix name resolution in the guest.
Diffstat (limited to 'guest')
-rw-r--r--guest/setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/guest/setup.sh b/guest/setup.sh
index b25549d..0c543e3 100644
--- a/guest/setup.sh
+++ b/guest/setup.sh
@@ -4,6 +4,7 @@ apk add \
/packages/*.apk
passwd -d root
ln -s /dev/null /root/.ash_history
+ln -s /tmp/resolv.conf /etc
rm /etc/motd
rc-update add networking boot
rc-update add urandom boot