GNU bug report logs - #26339
[PATCH 00/18] wip: Support non grub bootloaders.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>

Date: Sun, 2 Apr 2017 13:51:01 UTC

Severity: important

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #546 received at 26339 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 26339 <at> debbugs.gnu.org, Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: Re: "extlinux", "extlinux" gpt,
 bootloader-configuration without package nor installer
Date: Mon, 12 Jun 2017 22:09:21 +0200
Mathieu Othacehe <m.othacehe <at> gmail.com> skribis:

> The fact that u-boot-bootloader inherits from extlinux-bootloader seems
> strange, even if u-boot is configured with a file following extlinux
> syntax.
>
> Maybe we could write :
>
> (define u-boot-bootloader
>   (bootloader
>    (package #f)
>    (name 'u-boot)
>    (installer install-u-boot)
>    (configuration-file "/boot/extlinux.conf")
>    (configuration-file-generator extlinux-configuration-file)))
>
> where extlinux-configuration-file is exported from extlinux.scm ?

Given that the configuration file syntax is similar but presumably not
identical (?) and that it’s fairly simple, it may be best to simply have
both ‘extlinux-configuration-file’ and ‘u-boot-configuration-file’.
It’s a case where factorization is probably a bad idea.

WDYT?

Ludo’.




This bug report was last modified 7 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.