GNU bug report logs -
#42122
[PATCH 0/3] Support guix system describe and provenance for the Hurd
Previous Next
Full log
View this message in rfc822 format
* guix/scripts/system.scm (display-system-generation): Display
multiboot-modules commands if set.
---
guix/scripts/system.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index d9cf45da23..7f062452ac 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -480,6 +480,7 @@ list of services."
(uuid->string root)
root))
(kernel (boot-parameters-kernel params))
+ (multiboot-modules (boot-parameters-multiboot-modules params))
(provenance (catch 'system-error
(lambda ()
(call-with-input-file
@@ -509,6 +510,10 @@ list of services."
(format #t (G_ " kernel: ~a~%") kernel)
+ (when (pair? multiboot-modules)
+ (format #t (G_ " multiboot: ~a~%")
+ (string-join (map car multiboot-modules) "\n ")))
+
(match provenance
(#f #t)
(('provenance ('version 0)
--
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ® http://AvatarAcademy.com
This bug report was last modified 5 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.