guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: news: Add entry for 'image-type' option.


From: guix-commits
Subject: 05/05: news: Add entry for 'image-type' option.
Date: Wed, 30 Sep 2020 05:38:30 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit f2b8abc2a11daddbe83e8e4b02cc7e3f33049d45
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 30 11:37:09 2020 +0200

    news: Add entry for 'image-type' option.
    
    * etc/news.scm: Add a new entry.
---
 etc/news.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 6fe9a68..81a509b 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]