Re: [OE-core] [CONSOLIDATED PULL (for RC3) 2/5] initrdscripts: fix init-live.sh and use unionfs

2012-04-11 Thread Richard Purdie
On Tue, 2012-04-10 at 18:33 -0700, Saul Wold wrote: > From: 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 > actua

[OE-core] [CONSOLIDATED PULL (for RC3) 2/5] initrdscripts: fix init-live.sh and use unionfs

2012-04-10 Thread Saul Wold
From: 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 ro