bootloader: extlinux: Fix menu support with u-boot.
authorVagrant Cascadian <vagrant@debian.org>
Fri, 11 May 2018 22:02:01 +0000 (15:02 -0700)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sat, 12 May 2018 07:37:35 +0000 (09:37 +0200)
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in
generated extlinux.conf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/bootloader/extlinux.scm

index f7820a3..8b7a95a 100644 (file)
@@ -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)