guix-play/guix
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 download: Verify TLS certificates unless asked not to. 2016-11-07 23:39:01 +01:00
build-system build-system: Add asdf-build-system. 2016-10-08 21:20:35 +08:00
import import: cran: Fix off-by-one error. 2016-11-03 16:03:28 +01:00
scripts container: Pass a list of <file-system> objects as things to mount. 2016-11-10 18:01:44 +01:00
base32.scm
base64.scm
build-system.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
derivations.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
download.scm guix download: Add '--no-check-certificate' option. 2016-11-07 23:39:01 +01:00
elf.scm
ftp-client.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
gcrypt.scm
gexp.scm
git-download.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm grafts: Apply the right grafts in the presence of multiple outputs. 2016-10-17 23:59:03 +02:00
graph.scm
hash.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
hg-download.scm
http-client.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
licenses.scm licenses: Export fdl1.2+. 2016-11-01 00:05:22 +00:00
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm packages: 'package-grafts' applies grafts on replacement. 2016-10-14 23:05:41 +02:00
pk-crypto.scm
pki.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
profiles.scm profiles: Extract a procedure for getting relative generation numbers. 2016-11-06 18:08:53 +01:00
records.scm
scripts.scm
search-paths.scm
serialization.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
sets.scm
store.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
svn-download.scm
tests.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
ui.scm guix package: Display generation diffs. 2016-10-26 14:53:29 +02:00
upstream.scm
utils.scm Use (ice-9 binary-ports) instead of (rnrs io ports). 2016-10-19 15:54:10 +02:00
zlib.scm