system: image: Tweak error message.
* gnu/system/image.scm (system-disk-image): Tweak it.
parent
17e3b7d28f
commit
db3193f55b
|
@ -299,7 +299,7 @@ used in the image."
|
||||||
(raise (condition
|
(raise (condition
|
||||||
(&message
|
(&message
|
||||||
(message
|
(message
|
||||||
(format #f (G_ "Unsupported image type ~a~%.")
|
(format #f (G_ "unsupported image type: ~a")
|
||||||
format))))))))
|
format))))))))
|
||||||
|
|
||||||
(define (partition->dos-type partition)
|
(define (partition->dos-type partition)
|
||||||
|
|
Reference in New Issue