* [Buildroot] [PATCH 1/1] grub2: modify kernel location to /boot/zImage
@ 2014-10-10 9:05 Alvaro G. M
2014-10-10 13:39 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Alvaro G. M @ 2014-10-10 9:05 UTC (permalink / raw)
To: buildroot
This is the location where buildroot install the image if requested,
so this should be the default search path for the bootloader.
Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
---
boot/grub2/grub.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/grub2/grub.cfg b/boot/grub2/grub.cfg
index 9ea5281..c8abbd3 100644
--- a/boot/grub2/grub.cfg
+++ b/boot/grub2/grub.cfg
@@ -2,5 +2,5 @@ set default="0"
set timeout="5"
menuentry "Buildroot" {
- linux /bzImage root=/dev/sda1 console=tty1
+ linux /boot/bzImage root=/dev/sda1 console=tty1
}
--
2.1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] grub2: modify kernel location to /boot/zImage
2014-10-10 9:05 [Buildroot] [PATCH 1/1] grub2: modify kernel location to /boot/zImage Alvaro G. M
@ 2014-10-10 13:39 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-10-10 13:39 UTC (permalink / raw)
To: buildroot
Dear Alvaro G. M,
On Fri, 10 Oct 2014 11:05:29 +0200, Alvaro G. M wrote:
> This is the location where buildroot install the image if requested,
> so this should be the default search path for the bootloader.
>
> Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com>
> ---
> boot/grub2/grub.cfg | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-10 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 9:05 [Buildroot] [PATCH 1/1] grub2: modify kernel location to /boot/zImage Alvaro G. M
2014-10-10 13:39 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox