aboutsummaryrefslogtreecommitdiff
path: root/doc
ModeNameSize
-rw-r--r--build.scm63439logplainabout
-rw-r--r--contributing.texi110455logplainabout
-rw-r--r--environment-gdb.scm425logplainabout
-rw-r--r--fdl-1.3.texi23433logplainabout
-rw-r--r--guix-cookbook.texi187746logplainabout
-rw-r--r--guix.texi1729712logplainabout
-rw-r--r--he-config-bare-bones.scm783logplainabout
-rw-r--r--htmlxref.cnf22884logplainabout
d---------images540logplain
-rw-r--r--local.mk8946logplainabout
-rw-r--r--package-hello.json840logplainabout
-rw-r--r--package-hello.scm615logplainabout
(File Systems): Add note about the newly added procedures. 2020-04-27file-systems: mount the PID cgroup filesystem.Jakub Kądziołka * gnu/system/file-systems.scm (%control-groups): Add "pids". * gnu/services/docker.scm (docker-shepherd-service): Resolve a TODO. This has allowed me to make a specific configuration of nsjail work. 2020-03-02file-systems: Add a 'file-system-device->string' procedure.Maxim Cournoyer * gnu/system/file-systems.scm (file-system-device->string): New procedure. * gnu/system.scm (bootable-kernel-arguments): Use it. * gnu/system/vm.scm (operating-system-uuid): Likewise. * guix/scripts/system.scm (display-system-generation): Likewise. 2019-11-04file-systems: Mount /var/run/nscd read-write in containers.Ludovic Courtès Fixes <https://bugs.gnu.org/37967>. Reported by Ivan Vilata i Balaguer <ivan@selidor.net>. * gnu/system/file-systems.scm (%network-file-mappings): Set 'writable?' to #true for /var/run/nscd. 2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'.Ludovic Courtès 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-07-19file-systems: Use 'no-atime' for %IMMUTABLE-STORE.Ludovic Courtès * gnu/system/file-systems.scm (%immutable-store): Add 'no-atime'.