diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-25 21:50:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-25 21:50:59 +0300 |
commit | 6ff203663e696b74e711ab09d6f4b35c2c332f0f (patch) | |
tree | 4bf2c77c62fa60febba527a76b1ecffaa0a00a0d /etc/news.scm | |
parent | 408a4ed071c9c52de207d799a698781d49fa727d (diff) | |
parent | a0751e3250dfea7e52468c8090e18c3118d93a60 (diff) | |
download | guix-6ff203663e696b74e711ab09d6f4b35c2c332f0f.tar guix-6ff203663e696b74e711ab09d6f4b35c2c332f0f.tar.gz |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index 7973f96f26..d9ffa036a2 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -30,7 +30,8 @@ (title (en "New @option{--emulate-fhs} option for @command{guix shell}") (de "Neue Option @option{--emulate-fhs} für @command{guix shell}") - (fr "Nouvelle option @option{--emulate-fhs} pour @command{guix shell}")) + (fr "Nouvelle option @option{--emulate-fhs} pour @command{guix shell}") + (pt "Nova opção @option{--emulate-fhs} para o @command{guix shell}")) (body (en "The @command{guix shell} command has a new @option{--emulate-fhs} (or @option{-F}) option. Combined with @@ -76,7 +77,22 @@ guix shell -CF coreutils -- /bin/ls @end example Lancer @command{info \"(guix.fr) Invoquer guix shell\"} pour plus -d'informations."))) +d'informations.") + (pt "O comando @command{guix shell} tem uma nova opção +@option{--emulate-fhs} (ou @option{-F}). Combinada com +@option{--container} (ou @option{-C}), ela emula o layout de arquivos e +diretórios especificado pelo Padrão de Hierarquia do Sistema de +Arquivos (Filesystem Hierarchy Standard — FHS), provendo @file{/bin}, +@file{/lib}, etc. dentro do contêiner. + +Por exemplo, o comando seguinte executa @file{/bin/ls} dentro de um contêiner +desse tipo: + +@example +guix shell -CF coreutils -- /bin/ls +@end example + +Execute @command{info \"(guix) Invoking guix shell\"} para mais informações."))) (entry (commit "28ade1bab207974cce6a014e7187968511fc5526") (title |