Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-10 Thread Darren Hart
On 04/09/2012 03:15 PM, Yang Shi wrote: > [YOCTO #1487] > > When booting up with liveCD image, init scripts can't work well on read-only > filesystem. Unionfs, > which is supported in Yocto kernel, allows a filesystem to appear as > writeable, but without > actually allowing writes to change t

[yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-09 Thread Yang Shi
[YOCTO #1487] When booting up with liveCD image, init scripts can't work well on read-only filesystem. Unionfs, which is supported in Yocto kernel, allows a filesystem to appear as writeable, but without actually allowing writes to change the filesystem. Use unionfs to mount rootfs and make roo

Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-09 Thread Yang Shi
On 4/9/2012 9:35 AM, Darren Hart wrote: On 03/26/2012 02:19 PM, Yang Shi wrote: [YOCTO #1487] Use unionfs to mount rootfs and make root file system can be writen when using liveCD to boot up. Set UNION_FS variable depending on kenrel config, so that it can work with kernel which doesn't s/k

Re: [yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-04-09 Thread Darren Hart
On 03/26/2012 02:19 PM, Yang Shi wrote: > [YOCTO #1487] > > Use unionfs to mount rootfs and make root file system can be writen when > using liveCD to boot up. > Set UNION_FS variable depending on kenrel config, so that it can work with > kernel which doesn't s/kenrel/kernel/ > have unionfs

[yocto] [PATCH 1/2] initrdscripts: fix init-live.sh and use unionfs

2012-03-26 Thread Yang Shi
[YOCTO #1487] Use unionfs to mount rootfs and make root file system can be writen when using liveCD to boot up. Set UNION_FS variable depending on kenrel config, so that it can work with kernel which doesn't have unionfs feature. Signed-off-by: Yang Shi --- meta/recipes-core/initrdscripts/fil