Commit b5bd1278 authored by Alvaro G. M's avatar Alvaro G. M Committed by Peter Korsgaard
Browse files

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: default avatarAlvaro G. M <alvaro.gamez@hazent.com>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ae2c1f88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}