From c363b54eecf938a40a470fff03e41f2ea57eddd2 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Thu, 5 Jan 2017 11:08:09 +0300 Subject: [PATCH] Add resolv.conf with 8.8.8.8/8.8.4.4 in it --- CMakeLists.txt | 2 ++ etc/resolv.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 etc/resolv.conf diff --git a/CMakeLists.txt b/CMakeLists.txt index b910d9d70..3ee6ff985 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,8 @@ add_subdirectory(src) if (NOT DARLING_NO_EXECUTABLES) install(FILES etc/dylib.conf etc/version.conf DESTINATION libexec/darling/etc/darling) + install(FILES etc/resolv.conf + DESTINATION libexec/darling/etc) install(DIRECTORY DESTINATION libexec/darling/Volumes) install(DIRECTORY DESTINATION libexec/darling/Volumes/SystemRoot) diff --git a/etc/resolv.conf b/etc/resolv.conf new file mode 100644 index 000000000..276c26b19 --- /dev/null +++ b/etc/resolv.conf @@ -0,0 +1,2 @@ +nameserver 8.8.8.8 +nameserver 8.8.4.4