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 #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
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
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 #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