X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F26_support_dns_bootoption.patch;h=6c32e06ede6ca78e7d485ce830ccadb2588895b1;hb=87a8e76b3aa1cd84a70fe5a9554e86bb80d54701;hp=ce1fc471abdaf80730bf7d37800379278f09aa47;hpb=7f62705bb65c0217c4b9af29420cc11e885c41f0;p=live-boot-grml.git diff --git a/debian/patches/26_support_dns_bootoption.patch b/debian/patches/26_support_dns_bootoption.patch index ce1fc47..6c32e06 100644 --- a/debian/patches/26_support_dns_bootoption.patch +++ b/debian/patches/26_support_dns_bootoption.patch @@ -26,6 +26,15 @@ debug) DEBUG="Yes" export DEBUG +@@ -846,7 +858,7 @@ + echo "search ${DNSDOMAIN}" >> /etc/resolv.conf + fi + +- for i in ${IPV4DNS0} ${IPV4DNS1} ${IPV4DNS1} ++ for i in ${IPV4DNS0} ${IPV4DNS1} ${IPV4DNS1} ${DNSSERVER1} ${DNSSERVER2} + do + if [ -n "$i" ] && [ "$i" != 0.0.0.0 ] + then --- a/scripts/live-bottom/23networking_grml +++ b/scripts/live-bottom/23networking_grml @@ -44,7 +44,12 @@