summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-11-03 08:14:57 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-11-03 08:14:57 -0500
commitcfd35b4e23ed4b8e31401a9e88a0ce521babf65d (patch)
tree6832e60a4e4176cb060825bebe59b2ca96a25c5d /doc
parent03d521f92e7ab2dec20c576d2fd9f391bd29d725 (diff)
doc: Linux-libre 3.19 is needed for using containers.
* doc/guix.texi ("invoking guix environment", "invoking guix system"): 3.10 is actually too old without backported patches, so change to 3.19.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 836a0b4e0e8..2ec25b21a1f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4730,7 +4730,7 @@ guix environment --ad-hoc --container guile -- guile
4730@end example 4730@end example
4731 4731
4732@quotation Note 4732@quotation Note
4733The @code{--container} option requires Linux-libre 3.10 or newer. 4733The @code{--container} option requires Linux-libre 3.19 or newer.
4734@end quotation 4734@end quotation
4735 4735
4736The available options are summarized below. 4736The available options are summarized below.
@@ -7441,7 +7441,7 @@ guix system container my-config.scm \
7441@end example 7441@end example
7442 7442
7443@quotation Note 7443@quotation Note
7444This option requires Linux-libre 3.10 or newer. 7444This option requires Linux-libre 3.19 or newer.
7445@end quotation 7445@end quotation
7446 7446
7447@end table 7447@end table