summary refs log tree commit diff
path: root/etc/news.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-09-25 13:40:10 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-25 13:40:10 +0200
commit13f469744b6a24fd4e180d8b20df660f5d69c77b (patch)
treefe5dd16f00dd4c0610251f0ab8371525d16ea70c /etc/news.scm
parent9943bbfaa18fb3b63f2c39a4af44e431facbadfd (diff)
downloadguix-13f469744b6a24fd4e180d8b20df660f5d69c77b.tar.gz
news: Add entry about WSL images.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc/news.scm')
-rw-r--r--etc/news.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index ea5c908ef1..8029dbfe66 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -25,6 +25,31 @@
 
 (channel-news
  (version 0)
+ (entry (commit "c8112f3bd95269ce4aca12dedbfe61bb6b37acae")
+        (title
+         (en "WSL system images support")
+         (fr "Support pour les images système WSL"))
+        (body
+         (en "The @command{guix system image} command can now generate system
+images for the Windows Subsystem for Linux.  To get started, you can for
+instance run from a Guix checkout:
+
+@command{guix system image gnu/system/images/wsl2.scm},
+
+and import the resulting image this way:
+
+@command{wsl --import Guix ./guix ./wsl2-image.tar.gz}
+@command{wsl -d Guix}.")
+         (fr "La commande @command{guix system image} peut désormais générer
+des images système pour le Windows Subystem for Linux.  Vous pouvez par
+exemple lancer la commande suivante depuis un répertoire de sources Guix :
+
+@command{guix system image gnu/system/images/wsl2.scm},
+
+et importer l'image obtenue de cette manière :
+
+@command{wsl --import Guix ./guix ./wsl2-image.tar.gz}
+@command{wsl -d Guix}.")))
  (entry (commit "11a06d1e49f4d50d6789e05bbf35e2e145ff7838")
         (title
          (en "Emacs now supports native compilation")