From c6f1fbe1557b473ff287f24813fd160ade04964f Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 14 Jan 2018 21:53:05 +0000 Subject: No point adding a custom resolv.conf - draklive cleans it. --- config/build.cfg | 3 --- files/resolv.conf | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 files/resolv.conf diff --git a/config/build.cfg b/config/build.cfg index 7cf2dcd..c0c9cc2 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -256,9 +256,6 @@ my $_l = { [ 'files/live.51-mageia-resume.conf', '/etc/dracut.conf.d/51-mageia-resume.conf', { mode => 0644 } ], [ 'files/live.modprobe.conf', '/etc/modprobe.conf', { mode => 0644 } ], - # add initial dns resolver for online medias - [ 'files/resolv.conf', '/etc/resolv.conf', { mode => 0644 } ], - # disable suspend and hibernate in live mode [ 'files/50-disable-suspend.pkla', '/etc/polkit-1/localauthority/50-local.d/50-disable-suspend.pkla', { mode => 0644, no_install => 1 } ], diff --git a/files/resolv.conf b/files/resolv.conf deleted file mode 100644 index 1941dae..0000000 --- a/files/resolv.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) -# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN - -nameserver 8.8.8.8 -nameserver 8.8.4.4 -- cgit v1.2.1