I have recently installed Trisquel on a new laptop (using the ISO proposed on the download page of the site) and:

/etc/resolvconf/resolv.conf.d/original does not exist
/etc/resolv.conf does not contain any line with Google's DNS addresses


Anyway, to those who want to the remove Google's DNS lines (if there), here are two commands:
$ sudo sed -i /8888/d /etc/resolvconf/resolv.conf.d/original
$ sudo sed -i /8888/d /etc/resolvconf/resolv.conf.d/original

As explained above, the second command will probably raise an error:
sed: can't read /etc/resolvconf/resolv.conf.d/original: No such file or directory

Reply via email to