news: Add entry for "guix system image".

* etc/news.scm: New entry.
This commit is contained in:
Mathieu Othacehe 2021-02-17 13:30:30 +01:00
parent 0208f313a2
commit 3acf140736
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -7,7 +7,7 @@
;; Copyright © 2019, 2020 Julien Lepiller <julien@lepiller.eu>
;; Copyright © 2019, 2020, 2021 Florian Pelz <pelzflorian@pelzflorian.de>
;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;
@ -18,6 +18,28 @@
(channel-news
(version 0)
(entry (commit "6e8cdf1d26092cb9654e179b04730fff7c15c94f")
(title
(en "The @command{guix system image} command can now operate on image records")
(fr "La commande @command{guix system image} peut désormais fonctionner sur des images"))
(body
(en "The @command{guix system image} command can now operate on
@code{image} records. This means that the file parameter or the expression
passed to this command can return @code{image} or @code{operating-system}
records.
The @file{gnu/system/images} directory contains default images that can be
built by running @command{guix system image gnu/system/images/pine64.scm} for
instance.")
(fr "La commande @command{guix system image} peut désormais
fonctionner sur des images. Cela signifie que le fichier ou l'expression
passé en paramètre de cette commande peuvent retourner une structure de type
@code{image} ou @code{operating-system}.
Le dossier @file{gnu/system/images} contient des images par défaut qui peuvent
être construites en lançant la commande @command{guix system image
gnu/system/images/pine64.scm} par exemple.")))
(entry (commit "aa8de806252e3835d57fab351b02d13db762deac")
(title
(en "Risk of local privilege escalation @i{via} setuid programs")