GNU bug report logs -
#26339
[PATCH 00/18] wip: Support non grub bootloaders.
Previous Next
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 #116 received at 26339 <at> debbugs.gnu.org (full text, mbox):
LGTM mostly. <Insert same comment about the same names as in the other patches>
> -(define* (grub-configuration #:optional (config (bootloader-configuration)))
> - (bootloader-configuration
> - (inherit config)
> - (bootloader (@ (gnu packages bootloaders) grub))
Hmm. Does that mean the user can't replace the bootloader package in the configuration?
> -(define* (grub-efi-configuration #:optional (config (bootloader-configuration)))
> - (bootloader-configuration
> - (inherit (grub-configuration config))
> - (bootloader (@ (gnu packages bootloaders) grub-efi))))
Oh, so that's how. I think it would be nice-to-have if the user could also override the bootloader package used.
> - (install-procedure install-syslinux)))
Wait, so install-syslinux wouldn't need to be exported from this module at all, right?
Still nice that the user can use it - though is it worth exposing the installers?
Otherwise LGTM!
This bug report was last modified 7 years and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.