guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: news: Add entry for 'guix shell --emulate-fhs'.


From: guix-commits
Subject: 03/03: news: Add entry for 'guix shell --emulate-fhs'.
Date: Thu, 13 Oct 2022 03:36:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c11e857afc4f231183ac7769ca053fd637f005e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 13 09:34:15 2022 +0200

    news: Add entry for 'guix shell --emulate-fhs'.
    
    * etc/news.scm: Add entry.
---
 etc/news.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 9546568dab..37412d6550 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -26,6 +26,41 @@
 (channel-news
  (version 0)
 
+ (entry (commit "c7ba5f38b80433b040d3946b8fc0b1e8621ba30a")
+        (title
+         (en "New @option{--emulate-fhs} option for @command{guix shell}")
+         (fr "Nouvelle option @option{--emulate-fhs} pour @command{guix 
shell}"))
+        (body
+         (en "The @command{guix shell} command has a new
+@option{--emulate-fhs} (or @option{-F}) option.  Combined with
+@option{--container} (or @option{-C}), it emulates the file and directory
+layout specified by the Filesystem Hierarchy Standard (FHS), providing
+@file{/bin}, @file{/lib}, etc. within the container.
+
+For example, the following command runs @file{/bin/ls} within such a
+container:
+
+@example
+guix shell -CF coreutils -- /bin/ls
+@end example
+
+Run @command{info \"(guix) Invoking guix shell\"} for more information.")
+         (fr "La commande @command{guix shell} dispose d'une nouvelle option,
+@option{--emulate-fhs} (ou @option{-F}).  Avec @option{--container} (ou
+@option{-C}), elle permet d'imiter la disposition des fichiers et répertoires
+spécifiée par le @i{Filesystem Hierarchy Standard} (FHS) en fournissant
+@file{/bin}, @file{/lib}, etc. dans le conteneur.
+
+Par exemple, la commande ci-dessous lance @file{/bin/ls} dans un tel
+conteneur :
+
+@example
+guix shell -CF coreutils -- /bin/ls
+@end example
+
+Lancer @command{info \"(guix.fr) Invoquer guix shell\"} pour plus
+d'informations.")))
+
  (entry (commit "28ade1bab207974cce6a014e7187968511fc5526")
         (title
          (en "@option{--with-source} is now recursive")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]