diff options
Diffstat (limited to 'gnu/machine/ssh.scm')
-rw-r--r-- | gnu/machine/ssh.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm index 3e10d984e7..bc4289ef7d 100644 --- a/gnu/machine/ssh.scm +++ b/gnu/machine/ssh.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Jakob L. Kreuze <[email protected]> -;;; Copyright © 2020-2023 Ludovic Courtès <[email protected]> +;;; Copyright © 2020-2024 Ludovic Courtès <[email protected]> ;;; Copyright © 2024 Ricardo <[email protected]> ;;; ;;; This file is part of GNU Guix. @@ -552,6 +552,13 @@ an error occurred while upgrading services on '~a':~%~{~s ~}~%") (inferior-exception-arguments c))) os) + (load-system-for-kexec (eval/error-handling c + (warning (G_ "\ +failed to load system of '~a' for kexec reboot:~%~{~s~^ ~}~%") + host + (inferior-exception-arguments + c))) + os) (install-bootloader (eval/error-handling c (raise (formatted-message (G_ "\ |