guix/gnu
David Thompson 831bc1468e build: container: Add #:host-uids argument to call-with-container.
It's not always possible to map 65536 uids when creating a container as the
root user within another user namespace.  This is true when building Guix
within the build daemon's container.  By using a uid range of 1 by default,
even as the root user, the tests now pass.

* gnu/build/linux-container.scm (initialize-user-namespace, run-container):
  Add 'host-uids' argument.
  (call-with-container): Add #:host-uids keyword argument.
* tests/containers.scm ("container-excursion"): Update 'run-container' call.
2015-08-08 14:04:13 -04:00
..
build build: container: Add #:host-uids argument to call-with-container. 2015-08-08 14:04:13 -04:00
packages gnu: aalib: Pass --build to configure. 2015-08-08 00:01:44 -04:00
services syscalls: Rename 'network-interfaces' and 'all-network-interfaces'. 2015-07-25 14:43:44 +02:00
system vm: Make the list of partitions to build a parameter. 2015-07-26 00:57:44 +02:00
artwork.scm
packages.scm
services.scm
system.scm system: Default to newest linux-libre. 2015-08-04 11:58:26 -04:00