guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: image: Rename ISO9660 files.


From: guix-commits
Subject: branch master updated: system: image: Rename ISO9660 files.
Date: Sat, 19 Sep 2020 08:34:05 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0996fcc  system: image: Rename ISO9660 files.
0996fcc is described below

commit 0996fcc657593955845c2761d7eb0f656149fe11
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 19 14:24:59 2020 +0200

    system: image: Rename ISO9660 files.
    
    * gnu/system/image.scm (system-iso9660-image): Change the default file 
output
    name to "image.iso".
---
 gnu/system/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 97c7021..49cdd9e 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -340,7 +340,7 @@ image ~a {
 
 (define* (system-iso9660-image image
                                #:key
-                               (name "iso9660-image")
+                               (name "image.iso")
                                bootcfg
                                bootloader
                                register-closures?



reply via email to

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