diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-30 11:37:09 +0200 | 
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-30 11:38:12 +0200 | 
| commit | f2b8abc2a11daddbe83e8e4b02cc7e3f33049d45 (patch) | |
| tree | 2942dcd3daa3544cade791df1c23d244b38c47ac /etc | |
| parent | 313f492657f1d0863c641fa5ee7f5b7028e27c94 (diff) | |
news: Add entry for 'image-type' option.
* etc/news.scm: Add a new entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/etc/news.scm b/etc/news.scm index 6fe9a68008..81a509b26c 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -12,6 +12,26 @@  (channel-news   (version 0) + (entry (commit "313f492657f1d0863c641fa5ee7f5b7028e27c94") +        (title (en "New @option{--image-type} option for @command{guix system disk-image}.") +               (fr "Nouvelle option @option{--image-type} pour @command{guix system disk-image}.")) +        (body +         (en "The @option{--file-system-type} option for @command{guix system +disk-image} command has been replaced by the new @option{--image-type} option. +By default, @code{raw} disk images are produced, but @code{hurd-qcow2}, +@code{hurd-raw}, @code{uncompressed-iso9660} and @code{iso9660} image types +are also available. + +The @option{--list-image-types} option lists all the available image types.") +         (fr "L'option @option{--file-system-type} pour la commande +@command{guix system disk-image} a été remplacée par la nouvelle option +@option{--image-type}. Par défaut, l'option @code{raw}, produisant des images +disque brutes est sélectionnée. Les options @code{hurd-qcow2}, +@code{hurd-raw}, @code{uncompressed-iso9660} et @code{iso9660} sont également +disponibles. + +La nouvelle option @option{--list-image-types} énumère les types d'image +disponibles.")))   (entry (commit "8819551c8d2a12cd4e84e09b51e434d05a012c9d")          (title (en "Package transformations now apply to implicit inputs") | 
