guix/gnu
Ludovic Courtès 5ccec77176
file-systems: Add /var/run/nscd to '%network-file-mappings'.
This allows containers created by "guix environment -CN" or by
"guix system container -N" to talk to the host nscd.

* gnu/system/file-systems.scm (%network-file-mappings): Add
"/var/run/nscd".
* gnu/build/shepherd.scm (default-mounts)[nscd-socket]: Remove.
* gnu/system/linux-container.scm (container-script)[nscd-run-directory]
[nscd-mapping, nscd-os, nscd-specs]: Remove.
[script]: Filter out from SPECS bind-mounts where the device does not
exist.
* guix/scripts/environment.scm (launch-environment/container)
[optional-mapping->fs]: New procedure.
[mappings]: Remove %NETWORK-FILE-MAPPINGS.
[file-systems]: Add %NETWORK-FILE-MAPPINGS here, filtered through
'optional-mapping->fs'.
2019-09-12 23:07:42 +02:00
..
bootloader
build file-systems: Add /var/run/nscd to '%network-file-mappings'. 2019-09-12 23:07:42 +02:00
installer
machine
packages gnu: gmsh: Fetch source from Git. 2019-09-12 16:21:31 +01:00
services services: libvirtd: Use '/run/current-system/profile/bin' as PATH. 2019-09-11 23:12:02 +08:00
system file-systems: Add /var/run/nscd to '%network-file-mappings'. 2019-09-12 23:07:42 +02:00
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: cmake: Add package variant that knows about X.509 certificates. 2019-09-11 00:09:39 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm