From 947ea94765bcfc5020b46964e86964084e82fc85 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 31 Jan 2013 14:53:57 -0800 Subject: [PATCH] Update default kernel boot path. We create a symlink from our default kernel to /boot/vmlinuz so use that as the kernel boot target. Signed-off-by: William Douglas --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f780d67..282e362 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -80,7 +80,7 @@ menu hidden menu clear label tizen menu label Boot Tizen - kernel vmlinuz0 + kernel ../vmlinuz append initrd=initrd0.img root=${TARGET_DEV}2 ro vga=current splash quiet menu default EOF -- 2.7.4