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 | |
| parent | 1feb3076cb30e0c1ce1cf435b859e515b0e1c574 (diff) | |
build: Clarify error message when make-iso9660-image fails.
* gnu/build/vm.scm (make-iso9660-image): Clarify error message.
| -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 4239bc2fba2..60d1b980c16 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." | |||
| 374 | (iso9660-uuid->string | 374 | (iso9660-uuid->string |
| 375 | volume-uuid))) | 375 | volume-uuid))) |
| 376 | `())))) | 376 | `())))) |
| 377 | (error "failed to create ISO image")))) | 377 | (error "failed to create ISO9660 image")))) |
| 378 | 378 | ||
| 379 | (define* (initialize-hard-disk device | 379 | (define* (initialize-hard-disk device |
| 380 | #:key | 380 | #:key |
