public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] distro: Fix raspbian config script
@ 2019-02-17 10:33 Baurzhan Ismagulov
  2019-02-18 22:00 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Baurzhan Ismagulov @ 2019-02-17 10:33 UTC (permalink / raw)
  To: isar-users

From: Baurzhan Ismagulov <ibr@ilbers.de>

Fixes KERNEL_IMAGE path quirk introduced in ee5518c "Fix all shell-script
expansions".

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
-- 
2.11.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-18 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-17 10:33 [PATCH] distro: Fix raspbian config script Baurzhan Ismagulov
2019-02-18 22:00 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox