From f2b8abc2a11daddbe83e8e4b02cc7e3f33049d45 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 30 Sep 2020 11:37:09 +0200 Subject: news: Add entry for 'image-type' option. * etc/news.scm: Add a new entry. --- etc/news.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'etc/news.scm') 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") -- cgit v1.2.3