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
|
@ -374,7 +374,7 @@ Grub configuration and OS-DRV as the stuff in it."
|
|||
(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 New Issue