mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
system: image: Tweak error message.
* gnu/system/image.scm (system-disk-image): Tweak it.
This commit is contained in:
parent
17e3b7d28f
commit
db3193f55b
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ (define (format->image-type format)
|
|||
(raise (condition
|
||||
(&message
|
||||
(message
|
||||
(format #f (G_ "Unsupported image type ~a~%.")
|
||||
(format #f (G_ "unsupported image type: ~a")
|
||||
format))))))))
|
||||
|
||||
(define (partition->dos-type partition)
|
||||
|
|
Loading…
Reference in a new issue