diff options
| author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-03 15:13:09 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-07-03 15:13:09 +0200 |
| commit | 4f80be730ef648bd50c2d54ebca5e1fd6c8d8855 (patch) | |
| tree | d9fac696e7b2e885c08d890ffc11c5167ed66322 /gnu/build | |
| parent | 1feb3076cb30e0c1ce1cf435b859e515b0e1c574 (diff) | |
build: Clarify error message when make-iso9660-image fails.
* gnu/build/vm.scm (make-iso9660-image): Clarify error message.
Diffstat (limited to 'gnu/build')
| -rw-r--r-- | gnu/build/vm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm index 4239bc2fb..60d1b980c 100644 --- a/gnu/build/vm.scm +++ b/gnu/build/vm.scm @@ -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 |