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.
This commit is contained in:
parent
03d521f92e
commit
cfd35b4e23
|
@ -4730,7 +4730,7 @@ guix environment --ad-hoc --container guile -- guile
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@quotation Note
|
@quotation Note
|
||||||
The @code{--container} option requires Linux-libre 3.10 or newer.
|
The @code{--container} option requires Linux-libre 3.19 or newer.
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
The available options are summarized below.
|
The available options are summarized below.
|
||||||
|
@ -7441,7 +7441,7 @@ guix system container my-config.scm \
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@quotation Note
|
@quotation Note
|
||||||
This option requires Linux-libre 3.10 or newer.
|
This option requires Linux-libre 3.19 or newer.
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Reference in New Issue