aboutsummaryrefslogtreecommitdiff
path: root/files/firstboot/24-create-resolv-symlink.sh
blob: e4a65b48608beadb84046ad5d2db526520ca2358 (plain) (blame)
1
2
3
4
logger -t "rc.firstboot" "Creating /etc/resolv.conf symlink"
if [ -f "/run/systemd/resolve/resolv.conf" ] ; then
  ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
fi