guix-commits
[Top][All Lists]
Advanced

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

01/01: bootloader: Fix rebase error on f96752e commit.


From: Mathieu Othacehe
Subject: 01/01: bootloader: Fix rebase error on f96752e commit.
Date: Sat, 10 Jun 2017 12:48:50 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit fcf08b32610648c9835e406ce1bf60b73c344742
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Jun 10 18:44:35 2017 +0200

    bootloader: Fix rebase error on f96752e commit.
    
    * gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to
      bootloader-name.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index fad5cf6..5632029 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -306,7 +306,7 @@ The object has its kernel-arguments extended in order to 
make it bootable."
   (boot-parameters
    (label (menu-entry-label menu-entry))
    (root-device #f)
-   (boot-name 'custom)
+   (bootloader-name 'custom)
    (store-device #f)
    (store-mount-point #f)
    (kernel (menu-entry-linux menu-entry))



reply via email to

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