me
/
guix
Archived
1
0
Fork 0

machine: ssh: Better report missing initrd modules.

* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message
upon module mismatch.
master
Ludovic Courtès 2020-03-20 14:54:42 +01:00
parent 1292372725
commit 8bc745052e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ not available in the initrd."
(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))))))))