public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Baurzhan Ismagulov <ibr@radix50.net>, isar-users@googlegroups.com
Subject: Re: [PATCH] distro: Fix raspbian config script
Date: Mon, 18 Feb 2019 23:00:43 +0100	[thread overview]
Message-ID: <e63337b5-23e8-d648-ffe9-89930f4c70a2@ilbers.de> (raw)
In-Reply-To: <20190217103321.3399-1-ibr@radix50.net>

On 2/17/19 11:33 AM, Baurzhan Ismagulov wrote:
> From: Baurzhan Ismagulov <ibr@ilbers.de>
> 
> Fixes KERNEL_IMAGE path quirk introduced in ee5518c "Fix all shell-script
> expansions".

Applied to the 'next'.

Thanks,
Maxim.

> Signed-off-by: Claudius Heine <ch@denx.de>
> Signed-off-by: Baurzhan Ismagulov <ibr@ilbers.de>
> ---
>   meta-isar/conf/distro/raspbian-configscript.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-isar/conf/distro/raspbian-configscript.sh b/meta-isar/conf/distro/raspbian-configscript.sh
> index 7a32c5d..fca2265 100644
> --- a/meta-isar/conf/distro/raspbian-configscript.sh
> +++ b/meta-isar/conf/distro/raspbian-configscript.sh
> @@ -14,7 +14,7 @@ if [ -f /etc/inittab ]; then
>           >> /etc/inittab
>   fi
>   
> -KERNEL_IMAGE="$(find /boot -maxdepth 1 -name "vmlinuz*" -printf "%p\n")"
> +KERNEL_IMAGE="$(find /boot -maxdepth 1 -name "vmlinuz*" -printf "%P\n")"
>   
>   cat > /boot/config.txt << EOF
>   kernel=$KERNEL_IMAGE
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

      reply	other threads:[~2019-02-18 22:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-17 10:33 Baurzhan Ismagulov
2019-02-18 22:00 ` Maxim Yu. Osipov [this message]

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

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

  git send-email \
    --in-reply-to=e63337b5-23e8-d648-ffe9-89930f4c70a2@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=ibr@radix50.net \
    --cc=isar-users@googlegroups.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox