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 #218 received at 26339 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 26339 <at> debbugs.gnu.org
Subject: Re: bug#26339: [PATCH v2 10/12] scripts: system: Adapt "init" to
 new bootloader API.
Date: Sun, 23 Apr 2017 10:39:29 +0200
> +                  install-proc bootloader?

"installer" instead of "install-proc" ?

> +                  bootcfg bootcfg-location

bootloader-configuration ?
bootloader-configuration-file-name ?

Or is that too verbose ? Hmm...

>      (mbegin %store-monad
> -      ;; Copy the closure of GRUB.CFG, which includes OS-DIR, GRUB's
> -      ;; background image and so on.
> -      (maybe-copy grub.cfg)
> +      ;; Copy the closure of BOOTCFG, which includes OS-DIR,
> +      ;; eventual background image and so on.
> +      (maybe-copy
> +       (derivation->output-path bootcfg))

Does derivation->output-path change anything?

>+                      #:bootloader? bootloader?

What about the bootloader? :)

"install-bootloader?" ?

>+                      #:install-proc

#:bootloader-installer ?

Otherwise LGTM!




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.