this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Symlink /etc/nsswitch.conf from the host, fixes #416

+1
+1
CMakeLists.txt
··· 57 57 install(FILES etc/resolv.conf 58 58 DESTINATION libexec/darling/etc) 59 59 InstallSymlink(/Volumes/SystemRoot/etc/machine-id ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/machine-id) 60 + InstallSymlink(/Volumes/SystemRoot/etc/nsswitch.conf ${CMAKE_INSTALL_PREFIX}/libexec/darling/etc/nsswitch.conf) 60 61 61 62 install(DIRECTORY DESTINATION libexec/darling/Volumes) 62 63 install(DIRECTORY DESTINATION libexec/darling/Volumes/SystemRoot)