diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-01 16:32:55 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-01 16:54:58 -0500 |
commit | 0f252e266a84cd9725377088d96b2e62d6407820 (patch) | |
tree | 44e19263d2271a71d7b81c30ab2908cbc84e3480 /doc | |
parent | 6d6e628119a043b3d8dd309d3e6d5a35bcd37618 (diff) | |
download | patches-0f252e266a84cd9725377088d96b2e62d6407820.tar patches-0f252e266a84cd9725377088d96b2e62d6407820.tar.gz |
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.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bd9b42b20f..474a56e6db 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4725,6 +4725,10 @@ working directory are mounted: guix environment --ad-hoc --container guile -- guile @end example +@quotation Note +The @code{--container} option requires Linux-libre 3.10 or newer. +@end quotation + The available options are summarized below. @table @code @@ -7370,6 +7374,10 @@ guix system container my-config.scm \ --expose=$HOME --share=$HOME/tmp=/exchange @end example +@quotation Note +This option requires Linux-libre 3.10 or newer. +@end quotation + @end table @var{options} can contain any of the common build options provided by |