mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
build: Clarify error message when make-iso9660-image fails.
* gnu/build/vm.scm (make-iso9660-image): Clarify error message.
This commit is contained in:
parent
1feb3076cb
commit
4f80be730e
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ (define* (make-iso9660-image grub config-file os-drv target
|
|||
(iso9660-uuid->string
|
||||
volume-uuid)))
|
||||
`()))))
|
||||
(error "failed to create ISO image"))))
|
||||
(error "failed to create ISO9660 image"))))
|
||||
|
||||
(define* (initialize-hard-disk device
|
||||
#:key
|
||||
|
|
Loading…
Reference in a new issue