mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
system: image: Rename ISO9660 files.
* gnu/system/image.scm (system-iso9660-image): Change the default file output name to "image.iso".
This commit is contained in:
parent
adcad54743
commit
0996fcc657
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ (define (has-guix-service-type? os)
|
|||
|
||||
(define* (system-iso9660-image image
|
||||
#:key
|
||||
(name "iso9660-image")
|
||||
(name "image.iso")
|
||||
bootcfg
|
||||
bootloader
|
||||
register-closures?
|
||||
|
|
Loading…
Reference in a new issue