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
View this message in rfc822 format
On Sat, 6 May 2017 17:41:52 +0200
Mathieu Othacehe <m.othacehe <at> gmail.com> wrote:
> --- a/guix/scripts/system.scm
> +++ b/guix/scripts/system.scm
> @@ -178,12 +178,14 @@ TARGET, and register them."
>
> (define* (install os-drv target
> #:key (log-port (current-output-port))
> - grub? grub.cfg device)
> - "Copy the closure of GRUB.CFG, which includes the output of OS-DRV, to
> + installer install-bootloader?
"bootloader-installer.drv" instead of "installer"?
>[reinstall-bootloader]
> - (install-proc
> + (installer
> (let ((procedure (bootloader-configuration-installer
> (operating-system-bootloader os)))
> (target (or target "/")))
"installer.drv" instead of "installer", and "installer" instead of "procedure". Also, deja vu. Patch 6/9 also includes something of this part.
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.