summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-04-06 18:33:33 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:12:13 -0400
commit62a14c552f2e6f808bff2b91492ac3f1a2517e83 (patch)
treeca05f9f0ab36daebc31c5321ef3de7501c8914d6 /etc
parentda26ab72957aa92da45f9ddaa0fe4613b8fa6408 (diff)
downloadguix-62a14c552f2e6f808bff2b91492ac3f1a2517e83.tar.gz
news: Add entry for 'guix shell --container --nesting'.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 7f38f8f294..77d1efb555 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -26,20 +26,9 @@
 (channel-news
  (version 0)
 
- (entry (commit "21564fada141bfba25d471518b293b6004244c3a")
-        (title
-         (en "Linux-libre LTS kernel updated to 6.1")
-         (de "Linux-libre LTS Kernel wird auf 6.1 aktualisiert"))
-        (body
-         (en "The default version of the @code{linux-libre-lts} kernel has been
-             updated to the 6.1 longterm release series.")
-         (de "Der standardmäßig verwendete @code{linux-libre-lts}-Kernel basiert
-              jetzt auf der 6.1-Versionsreihe (Langzeitunterstützung).")))
-
  (entry (commit "57db09aae73e3713a10c5253758d84e1046f80dc")
         (title
          (en "Using Guix within @command{guix shell --container}")
-         (de "Guix innerhalb @command{guix shell --container} nutzen")
          (fr "Utilisation de Guix dans @command{guix shell --container}"))
         (body
          (en "The @option{--container} (or @option{-C}) option lets you spawn
@@ -60,26 +49,6 @@ guix shell -CW -- guix build -f guix.scm
 @end example
 
 Run @command{info \"(guix) Invoking guix shell\"} for more information.")
-         (de "Mit der Befehlszeilenoption @option{--container} (oder
-@option{-C}) können Sie Container anlegen, also isolierte
-Software-Umgebungen.  Allerdings will man manchmal Guix innerhalb eines
-Containers nutzen, was unmöglich ist, wenn Sie es normal aufrufen.
-
-Die neue Befehlszeilenoption @option{--nesting} (oder @option{-W}) ergänzt
-genau das: In einem damit angelegten Container lassen sich
-@command{guix}-Befehle, einschließlich @command{guix shell -C}, @emph{im
-Container} benutzen.
-
-Folgendes Beispiel zeigt, wie Sie eine Datei @file{guix.scm} auswerten lassen,
-um ein Paket aus dem isolierten Container heraus erstellen zu lassen. Das
-können Sie gebrauchen, wenn Sie @file{guix.scm} @emph{nicht} vertrauen:
-
-@example
-guix shell -CW -- guix build -f guix.scm
-@end example
-
-Führen Sie @command{info \"(guix.de) Aufruf von guix shell\"} aus, um mehr
-zu erfahren.")
          (fr "L'option @option{--container} (ou @option{-C}) permet de
 démarrer un conteneur---un environnement logiciel isolé.  Dans certains cas,
 il peut être utile d'utiliser Guix à l'intérieur du conteneur, ce qui n'est