[Buildroot] [git commit] grub2: modify kernel location to /boot/zImage

Peter Korsgaard peter at korsgaard.com
Sat Oct 11 12:55:20 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=b5bd127857a786c63d133de8991d6ba11bb19df2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at hazent.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 boot/grub2/grub.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 }


More information about the buildroot mailing list