Re: [OE-core] [PATCH 1/1] initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Otavio Salvador
On Wed, Aug 24, 2011 at 05:25, wrote: > Both hddimg and livecd use init-live.sh script to boot the rootfs.img. > But the paths of rootfs.img in hddimg and livecd are different. So we add > a variable "ISOLINUX" to provide a correct path. I do like the patch and I think the way it fixes it is the

[OE-core] [PATCH 1/1] initrdscripts: fix init-live.sh for hddimg and livecd

2011-08-24 Thread Jingdong . Lu
From: Jingdong Lu Both hddimg and livecd use init-live.sh script to boot the rootfs.img. But the paths of rootfs.img in hddimg and livecd are different. So we add a variable "ISOLINUX" to provide a correct path. Signed-off-by: Jingdong Lu --- meta/recipes-core/initrdscripts/files/init-live.sh

[OE-core] [PATCH 1/1] initrdscripts: fix init-live.sh

2011-08-18 Thread Jingdong . Lu
From: Jingdong Lu Fix bug: [YOCTO #686] Because the variable "ROOT_IMAGE" in init-live.sh is not correct, it fails to run when using liveCD. Modify value of "ROOT_IMAGE" to "isolinux/rootfs.img". If we want to use liveCD, we also need to add some kernel options related to CDROM support when compl