me
/
guix
Archived
1
0
Fork 0

system: image: Rename ISO9660 files.

* gnu/system/image.scm (system-iso9660-image): Change the default file output
name to "image.iso".
master
Mathieu Othacehe 2020-09-19 14:24:59 +02:00
parent adcad54743
commit 0996fcc657
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ image ~a {
(define* (system-iso9660-image image
#:key
(name "iso9660-image")
(name "image.iso")
bootcfg
bootloader
register-closures?