linuxOS_AP06/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/hooks/live/0098-resolvconf.chroot
2025-06-03 12:28:32 +08:00

7 lines
207 B
Bash
Executable File

#!/bin/sh
echo "I: Create /etc/resolv.conf link"
ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf
echo "I: Install fallback DNS to 8.8.8.8"
echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/head