summaryrefslogtreecommitdiff
path: root/sid-armhf-installer/customization/hooks/98-resolvconf.binary
blob: f6a3898ad1b0bf2be5abdb447be6d6d4325154e2 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "I: Create /etc/resolv.conf link"
ln -sf /etc/resolvconf/run/resolv.conf binary/etc/resolv.conf
echo "I: Install fallback DNS to 8.8.8.8"
echo "nameserver 8.8.8.8" > binary/etc/resolvconf/resolv.conf.d/tail