guix/gnu
Ludovic Courtès 5970e8e248
container: Pass a list of <file-system> objects as things to mount.
* gnu/build/linux-container.scm (mount-file-systems): 'mounts' is now a
list of <file-system> objects instead of a list of lists ("specs").
Add call to 'file-system->spec' as the argument to 'mount-file-system'.
(run-container, call-with-container): Adjust docstring accordingly.
* gnu/system/file-systems.scm (spec->file-system): New procedure.
* gnu/system/linux-container.scm (container-script)[script]: Call
'spec->file-system' inside gexp.
* guix/scripts/environment.scm (launch-environment/container): Remove
call to 'file-system->spec'.
* tests/containers.scm ("call-with-container, mnt namespace")
("call-with-container, mnt namespace, wrong bind mount"): Pass a list of
<file-system> objects.
2016-11-10 18:01:44 +01:00
..
build container: Pass a list of <file-system> objects as things to mount. 2016-11-10 18:01:44 +01:00
packages gnu: guix: Update development snapshot. 2016-11-10 18:01:44 +01:00
services gnu: Add pam-krb5 service. 2016-11-08 21:35:26 +01:00
system container: Pass a list of <file-system> objects as things to mount. 2016-11-10 18:01:44 +01:00
tests
artwork.scm
local.mk gnu: gcc@5, gcc@6: Work around use of 'movabs' for /gnu/store strings. 2016-11-09 21:24:44 +01:00
packages.scm
services.scm
system.scm system: Avoid using device paths in <menu-entry> device field. 2016-11-06 18:08:46 +01:00
tests.scm