Add resolv.conf with 8.8.8.8/8.8.4.4 in it

This commit is contained in:
Sergey Bugaev 2017-01-05 11:08:09 +03:00
parent fcbd6dfcd6
commit c363b54eec
2 changed files with 4 additions and 0 deletions

View File

@ -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)

2
etc/resolv.conf Normal file
View File

@ -0,0 +1,2 @@
nameserver 8.8.8.8
nameserver 8.8.4.4