guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: squash! system: Add 'multiboot-modules' field to <boot-parameters


From: guix-commits
Subject: 02/06: squash! system: Add 'multiboot-modules' field to <boot-parameters>.
Date: Sat, 30 May 2020 06:15:57 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 055be167c507b8ce4545656263f62dc64cee4af8
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat May 30 09:29:52 2020 +0200

    squash! system: Add 'multiboot-modules' field to <boot-parameters>.
    
    Hmm...it becomes even more tempting to change boot-parameters
    
       linux -> kernel  (either linux or mach)
       linux-arguments -> kernel-arguments
---
 gnu/system.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index 9c4c583..1e7f60b 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -406,6 +406,9 @@ The object has its kernel-arguments extended in order to 
make it bootable."
                           '()))
      (initrd (boot-parameters-initrd conf))
      (multiboot-kernel (and multiboot? kernel))
+     (multiboot-arguments (if multiboot?
+                              (boot-parameters-kernel-arguments conf)
+                              '()))
      (multiboot-modules (if multiboot?
                             (boot-parameters-multiboot-modules conf)
                             '())))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]