guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26339: [PATCH v3 7/9] scripts: system: Adapt "init" to new bootloade


From: Danny Milosavljevic
Subject: bug#26339: [PATCH v3 7/9] scripts: system: Adapt "init" to new bootloader API.
Date: Sun, 7 May 2017 23:08:29 +0200

On Sat,  6 May 2017 17:41:52 +0200
Mathieu Othacehe <address@hidden> 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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]