mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
machine: ssh: Better report missing initrd modules.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message upon module mismatch.
This commit is contained in:
parent
1292372725
commit
8bc745052e
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ (define dev
|
|||
(unless (null? missing)
|
||||
(raise (condition
|
||||
(&message
|
||||
(message (format #f (G_ "~a missing modules ~{ ~a~}~%")
|
||||
(message (format #f (G_ "missing modules for ~a:~{ ~a~}~%")
|
||||
(file-system-device fs)
|
||||
missing))))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue