guix-commits
[Top][All Lists]
Advanced

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

01/01: bootloader: extlinux: Fix menu support with u-boot.


From: Danny Milosavljevic
Subject: 01/01: bootloader: extlinux: Fix menu support with u-boot.
Date: Sat, 12 May 2018 03:38:38 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit afca98ff01e036594778ab687f472ef5d759f653
Author: Vagrant Cascadian <address@hidden>
Date:   Fri May 11 15:02:01 2018 -0700

    bootloader: extlinux: Fix menu support with u-boot.
    
    * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE 
in
    generated extlinux.conf.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/bootloader/extlinux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm
index f7820a3..8b7a95a 100644
--- a/gnu/bootloader/extlinux.scm
+++ b/gnu/bootloader/extlinux.scm
@@ -64,6 +64,7 @@ corresponding to old generations of the system."
             (format port "# This file was generated from your GuixSD 
configuration.  Any changes
 # will be lost upon reconfiguration.
 UI menu.c32
+MENU TITLE GuixSD Boot Options
 PROMPT ~a
 TIMEOUT ~a~%"
                     (if (> timeout 0) 1 0)



reply via email to

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