linuxOS_AP05/debian/ubuntu-build-service/buster-base-armhf/customization/hooks/98-resolvconf.binary
2025-09-26 09:40:02 +08:00

7 lines
223 B
Bash
Executable File

#!/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