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 <[email protected]>
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?