mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
news: Add entry about WSL images.
* etc/news.scm: Add entry.
This commit is contained in:
parent
9943bbfaa1
commit
13f469744b
1 changed files with 25 additions and 0 deletions
25
etc/news.scm
25
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")
|
||||
|
|
Loading…
Reference in a new issue