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 #113 received at 26339 <at> debbugs.gnu.org (full text, mbox):
> + (symlink bootcfg (string-append directory "/bootcfg"))))
^^^^^^^
Is that safe? Will there only be one bootloader configuration at all times? What if the user uses multiple "guix system"s on the same machine?
> + (install-boot-config bootcfg bootcfg-location target)
> + (when install-bootloader
> + (install-bootloader bootloader device target))
I think it's very good to finally seperate installation of the bootloader configuration and installation of the bootloader. On some architectures (for example ARM) it's very uncommon to replace the bootloader - and if you do it too often it would wear out the flash storage prematurely.
>[exports]
> + dd
Errrr... was that exported on purpose? Sounds very implementation-detaily to me.
> + #:install-bootloader
Rather #:bootloader-installer or #:bootloader-installation ? Or leave it as is, doesn't matter much, I guess. I think a non-substantive for this is strange.
> + #$(bootloader-configuration-install-procedure
If it's not installing a procedure it should be bootloader-configuration-installation-procedure or bootloader-configuration-installer, I think.
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.