grub2: modify kernel location to /boot/zImage

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>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Alvaro G. M 2014-10-10 11:05:29 +02:00 committed by Peter Korsgaard
parent ae2c1f8898
commit b5bd127857
1 changed files with 1 additions and 1 deletions

View File

@ -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
}