unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mathieu Othacehe <m.othacehe@gmail.com>
Cc: 29404@debbugs.gnu.org
Subject: [bug#29404] [PATCH] bootloader: extlinux: Fix device tree path.
Date: Thu, 23 Nov 2017 16:38:20 +0100	[thread overview]
Message-ID: <87a7zdvwcz.fsf@gnu.org> (raw)
In-Reply-To: <20171122191715.28788-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Wed, 22 Nov 2017 20:17:15 +0100")

Hello!

Mathieu Othacehe <m.othacehe@gmail.com> 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	other threads:[~2017-11-23 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-22 19:17 [bug#29404] [PATCH] bootloader: extlinux: Fix device tree path Mathieu Othacehe
2017-11-23 15:38 ` Ludovic Courtès [this message]
2017-11-23 18:31   ` Mathieu Othacehe
2017-11-23 21:41     ` Ludovic Courtès
2017-11-25  8:44 ` Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7zdvwcz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=29404@debbugs.gnu.org \
    --cc=m.othacehe@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).