change the way resolv.conf is being created, so that it also works when dnsmasq is...
[openwrt/svn-archive/openwrt.git] / openwrt / package / base-files / default / bin / firstboot
index 02d941fe9840323e9056719ba500d4db13d38616..148bc995ded7655655d9cb36e916276e869b3649 100755 (executable)
@@ -21,7 +21,6 @@ dupe() { # <new_root> <old_root>
                case "$file" in
                ./rom/note) ;; #nothing
                ./etc/config*|\
-               ./etc/resolv.conf|\
                ./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
                *) ln -sf /rom/${file#./*} $file;;
                esac