summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-11-01 16:32:55 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-11-01 16:54:58 -0500
commit0f252e266a84cd9725377088d96b2e62d6407820 (patch)
tree44e19263d2271a71d7b81c30ab2908cbc84e3480 /doc
parent6d6e628119a043b3d8dd309d3e6d5a35bcd37618 (diff)
doc: Mention minimum Linux-libre version for containers.
* doc/guix.texi ("invoking guix environment", "invoking guix system"): Mention Linux-libre requirements for container features.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index bd9b42b20fe..474a56e6db8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4725,6 +4725,10 @@ working directory are mounted:
4725guix environment --ad-hoc --container guile -- guile 4725guix environment --ad-hoc --container guile -- guile
4726@end example 4726@end example
4727 4727
4728@quotation Note
4729The @code{--container} option requires Linux-libre 3.10 or newer.
4730@end quotation
4731
4728The available options are summarized below. 4732The available options are summarized below.
4729 4733
4730@table @code 4734@table @code
@@ -7370,6 +7374,10 @@ guix system container my-config.scm \
7370 --expose=$HOME --share=$HOME/tmp=/exchange 7374 --expose=$HOME --share=$HOME/tmp=/exchange
7371@end example 7375@end example
7372 7376
7377@quotation Note
7378This option requires Linux-libre 3.10 or newer.
7379@end quotation
7380
7373@end table 7381@end table
7374 7382
7375@var{options} can contain any of the common build options provided by 7383@var{options} can contain any of the common build options provided by