guix-patches
[Top][All Lists]
Advanced

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

bug#26339: [PATCH v4 1/7] bootloader: Add extlinux support.


From: Mathieu Othacehe
Subject: bug#26339: [PATCH v4 1/7] bootloader: Add extlinux support.
Date: Tue, 16 May 2017 17:03:45 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

> Yes.  If an extlinux config file is there, u-boot prefers it even to u-boot's 
> native config file (the latter is more like a list of commands than a 
> configuration).

Ok then, would the following bootloader be ok ?

--8<---------------cut here---------------start------------->8---
(define extlinux-bootloader-no-installer
  (bootloader
   (inherit extlinux-bootloader)
   (installer #f)))
--8<---------------cut here---------------end--------------->8---





reply via email to

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