From 6a221ea964e03c936328c5e3301902b32bc8b6bc Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 4 Apr 2021 07:32:59 +0200 Subject: [PATCH] fix: [host] ``/etc/resolv.conf`` does not support comments And search configuration is not required. Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/80-dns-waterfall.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/precise/host/hooks/install.d/80-dns-waterfall.sh b/precise/host/hooks/install.d/80-dns-waterfall.sh index 847d7051..72671e49 100755 --- a/precise/host/hooks/install.d/80-dns-waterfall.sh +++ b/precise/host/hooks/install.d/80-dns-waterfall.sh @@ -59,8 +59,6 @@ service lxc-net restart ## had to 'brctl delbr lxcbr0' myself cp /etc/resolv.conf{,.orig} cat < /etc/resolv.conf nameserver 127.0.0.1 -#domain . ## didn't work on 12.04 -search localdomain ## imperfect, we don't want to search www.localdomain EOF ##