linuxOS_AP05/debian/ubuntu-build-service/buster-base-arm64/customization/hooks/98-resolvconf.binary

7 lines
223 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
#!/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