aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/activation.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-12-19 12:37:02 -0500
committerLeo Famulari <leo@famulari.name>2024-12-20 17:48:25 -0500
commit5c70278029347a486e281b94c6a316d3bac206f0 (patch)
tree56581300c45f1ae114a6669804a35a97be24dead /gnu/build/activation.scm
parente101a2cc8a64ef41370c4e4c2e8953507e940bb8 (diff)
downloadguix-5c70278029347a486e281b94c6a316d3bac206f0.tar.gz
guix-5c70278029347a486e281b94c6a316d3bac206f0.zip
gnu: linux-libre 5.10: Update to 5.10.231.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.231. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I5007189b56b89d1b3c1cc9699e6160f2c2760865
Diffstat (limited to 'gnu/build/activation.scm')
0 files changed, 0 insertions, 0 deletions
>: Autoload (shepherd system). (make-forkexec-constructor/container): Call call to 'sigaction' and 'unblock-signals'. Ludovic Courtès 2019-09-26shepherd: Ensure the log file has correct ownership....* gnu/build/shepherd.scm (make-forkexec-constructor/container): Ensure LOG-FILE has correct ownership. Ludovic Courtès 2019-09-26shepherd: 'make-forkexec-constructor/container' keeps the log file....* gnu/build/shepherd.scm (make-forkexec-constructor/container): Don't call 'clean-up' on LOG-FILE. This mirrors Shepherd commit 6892f638c78a14fedd075f664432757bc015c140. Ludovic Courtès 2019-09-12file-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'. Ludovic Courtès 2019-05-03shepherd: Include /etc/localtime in service containers....Fixes a bug whereby Tor (for example) would emit syslog messages with a UTC timestamp instead of local time. * gnu/build/shepherd.scm (default-mounts): Add /etc/localtime to MAPPINGS. Ludovic Courtès