From: William Douglas Date: Thu, 31 Jan 2013 22:53:57 +0000 (-0800) Subject: Update default kernel boot path. X-Git-Tag: accepted/trunk/20130201.002648 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftrunk%2F20130201.002648;p=platform%2Fupstream%2Fpc-installer.git 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 --- 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