all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31425] bootloader: extlinux: Fix menu support with u-boot.
@ 2018-05-11 22:02 Vagrant Cascadian
  2018-05-12  7:38 ` bug#31425: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-05-11 22:02 UTC (permalink / raw)
  To: 31425


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

The following patch adds a title to the menu used with extlinux
configuration files. Without this, u-boot does not present a menu and
simply selects the first option to boot. It also just looks nicer.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-bootloader-extlinux-Fix-menu-support-with-u-boot.patch --]
[-- Type: text/x-diff, Size: 931 bytes --]

From 96133cefceb6ef41a788daa30abf2f8c8d0aaa62 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Fri, 11 May 2018 14:48:20 -0700
Subject: [PATCH] bootloader: extlinux: Fix menu support with u-boot.

* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in
  generated extlinux.conf.
---
 gnu/bootloader/extlinux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm
index f7820a37a..8b7a95a6f 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)
-- 
2.11.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31425: bootloader: extlinux: Fix menu support with u-boot.
  2018-05-11 22:02 [bug#31425] bootloader: extlinux: Fix menu support with u-boot Vagrant Cascadian
@ 2018-05-12  7:38 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2018-05-12  7:38 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 31425-done

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Pushed to master as afca98ff01e036594778ab687f472ef5d759f653.

Thanks!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-12  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 22:02 [bug#31425] bootloader: extlinux: Fix menu support with u-boot Vagrant Cascadian
2018-05-12  7:38 ` bug#31425: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.