guix-patches
[Top][All Lists]
Advanced

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

[bug#29404] [PATCH] bootloader: extlinux: Fix device tree path.


From: Ludovic Courtès
Subject: [bug#29404] [PATCH] bootloader: extlinux: Fix device tree path.
Date: Thu, 23 Nov 2017 16:38:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello!

Mathieu Othacehe <address@hidden> skribis:

> * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel
>   directory to format device tree file path.
> ---
>  gnu/bootloader/extlinux.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/bootloader/extlinux.scm b/gnu/bootloader/extlinux.scm
> index e5fdeb580..0db5598fc 100644
> --- a/gnu/bootloader/extlinux.scm
> +++ b/gnu/bootloader/extlinux.scm
> @@ -53,7 +53,7 @@ corresponding to old generations of the system."
>    APPEND ~a
>  ~%"
>                  #$label #$label
> -                #$kernel #$kernel #$initrd
> +                #$kernel (dirname #$kernel) #$initrd

What was wrong previously?  How does this affect the
“installed-extlinux-os” test?

If you’re confident that’s fine with me, but I’m just curious.  :-)

Thanks,
Ludo’.





reply via email to

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