[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: machine: ssh: Better report missing initrd modules.
From: |
guix-commits |
Subject: |
06/08: machine: ssh: Better report missing initrd modules. |
Date: |
Mon, 23 Mar 2020 05:48:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8bc745052e051d142213a0ea74c39bdd7c5ace70
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Mar 20 14:54:42 2020 +0100
machine: ssh: Better report missing initrd modules.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message
upon module mismatch.
---
gnu/machine/ssh.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index 85ecbb6..116da86 100644
--- a/gnu/machine/ssh.scm
+++ b/gnu/machine/ssh.scm
@@ -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))))))))
- branch master updated (1eb27d5 -> 591faab), guix-commits, 2020/03/23
- 03/08: ui: Add 'indented-string'., guix-commits, 2020/03/23
- 04/08: deploy: Show what machines will be deployed., guix-commits, 2020/03/23
- 01/08: ssh: 'send-files' reports missing modules on the remote host., guix-commits, 2020/03/23
- 02/08: machine: ssh: Make sanity checks in a single round trip., guix-commits, 2020/03/23
- 08/08: gnu: Add python-gcovr., guix-commits, 2020/03/23
- 06/08: machine: ssh: Better report missing initrd modules.,
guix-commits <=
- 07/08: gnu: Add lv2toweb., guix-commits, 2020/03/23
- 05/08: deploy: Write a message upon successful deployment., guix-commits, 2020/03/23