diff options
author | Christopher Baines <[email protected]> | 2024-04-09 16:44:22 +0100 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2024-04-09 16:46:34 +0100 |
commit | 6cae1db889f62051580d5a365f62585412a53a8c (patch) | |
tree | 4d3db074d50ca3e2109cced17bec77f207a0c1fd /doc/guix-cookbook.texi | |
parent | 410e699e0933653e69d03a4cdadf11854c6723f4 (diff) | |
parent | 35e1d9247e39f3c91512cf3d9ef1467962389e35 (diff) |
Merge remote-tracking branch 'savannah/master' into mesa-updates
Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index e7ef5fa784..62efc73fc3 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -64,9 +64,11 @@ its API, and related concepts. @c how to join your own translation team and how to report issues with the @c translation. This manual is also available in French (@pxref{Top,,, guix-cookbook.fr, -Livre de recettes de GNU Guix}), German (@pxref{Top,,, -guix-cookbook.de, GNU-Guix-Kochbuch}) and Slovak (@pxref{Top,,, -guix-cookbook.sk, Receptár GNU Guix}). If you would like to translate +Livre de recettes de GNU Guix}), German (@pxref{Top,,, guix-cookbook.de, +GNU-Guix-Kochbuch}), Korean (@pxref{Top,,, guix-cookbook.ko, GNU Guix 쿡북}), +Brazilian Portuguese (@pxref{Top,,, guix-cookbook.pt_BR, +Livro de Receitas do GNU Guix}) and Slovak (@pxref{Top,,, guix-cookbook.sk, +Receptár GNU Guix}). If you would like to translate this document in your native language, consider joining @uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, Weblate} (@pxref{Translating Guix,,, guix, GNU Guix reference @@ -3803,7 +3805,7 @@ the guest. @quotation Important By default, a single MAC address is used for all guests, unless -provided. Failing to provided different MAC addresses to each virtual +provided. Failing to provide different MAC addresses to each virtual machine making use of the bridge would cause networking issues. @end quotation |