aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-02-07 18:45:46 +0100
committerLeo Famulari <leo@famulari.name>2023-02-08 23:43:41 +0100
commit7432b922efa0e9b633a05bd52644ee00ebd58d9f (patch)
treee2401badb082efa134f13cb462f0a2fbc02f1786 /.gitattributes
parent07e74b63d4969de0b51c48edb586f0d7d8c08db7 (diff)
downloadguix-7432b922efa0e9b633a05bd52644ee00ebd58d9f.tar.gz
guix-7432b922efa0e9b633a05bd52644ee00ebd58d9f.zip
gnu: linux-libre: Update to 6.1.10.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.10. (linux-libre-6.1-pristine-source): Update hash.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
#:process-spawned-hook and honor it. * gnu/system/linux-container.scm (container-script)[script]: Define 'explain' and pass it as #:process-spawned-hook'. Ludovic Courtès 2019-07-06linux-container: Mount a new /dev/pts instance in the container....Fixes <https://bugs.gnu.org/36463>. Reported by Steffen Rytter Postas <nc@scalehost.eu>. * gnu/build/linux-container.scm (mount-file-systems): When /dev/ptmx exists on the host, explicitly mount a new instance of devpts and make /dev/ptmx a symlink to /dev/pts/ptmx. Ludovic Courtès 2019-06-23linux-container: Remove dependency on (guix utils)....Fixes a bug whereby derivations importing (gnu build linux-container), such as the 'bitlbee' and 'tor' services, would depend on the user's (guix config) file, which was pulled as a dependency of (guix utils). As a result, those derivations would vary from user to user. * gnu/build/linux-container.scm (call-with-temporary-directory): New procedure. Ludovic Courtès 2019-04-02linux-container: Make the guest UID and GID a parameter....* gnu/build/linux-container.scm (initialize-user-namespace): Add #:guest-uid and #:guest-gid parameters and honor them. (run-container): Likewise. (call-with-container): Likewise. * tests/containers.scm ("call-with-container, user namespace, guest UID/GID"): New test. Ludovic Courtès