Problem solved. The latest 3.x version of live-boot work out-of-the-box on Ubuntu 12.04 LTS, and both squashfs files are mounted correctly!
All I did was to install the 3 deb package in http://live.debian.net/files/3.x/packages/live-boot/3.0.1-1/ :-) On Thu, Oct 24, 2013 at 12:07 AM, Ka-Hei Law <[email protected]>wrote: > Unfortunately it does not work on Ubuntu 12.04 LTS (live-boot 3.0~a24) > > Here is the error message: > only one RO file system supported with exposedroot > > I have not manually enabled "exposedroot". The error message comes from > /usr/share/initramfs-tools/scripts/live: > > if [ ${rofscount} -ne 1 ] > then > panic "only one RO file system supported with exposedroot: > ${rofslist}" > fi > > If I disable that statement, I get the following error message: > mount aufs on /root/ failed with option -o > noatime,noxino,dirs=/cow/=rw://file2.squashfs //file1.squashfs/=rr+wh > > Any idea I can easily fix this? Or should I try newer versions of > live-boot? > > > > > On Wed, Oct 23, 2013 at 12:53 PM, Ka-Hei Law > <[email protected]>wrote: > >> So if I create a file "live/filesystem.module" and put my multiple >> squashfs filenames in it, live-boot will mount and overlay/merge all the >> contained filesystems? That's pretty nice! >> >> >> On Wed, Oct 23, 2013 at 12:14 PM, Daniel Baumann < >> [email protected]> wrote: >> >>> On 10/23/2013 04:17 PM, [email protected] wrote: >>> > Is this feature available in live-boot? >>> >>> not exactely (as in 'not automatically'), but you can use modules to >>> acchieve the exactly same thing, see man live-boot. >>> >>> >>> -- >>> Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern >>> Email: [email protected] >>> Internet: http://people.progress-technologies.net/~daniel.baumann/ >>> >>> >>> -- >>> To UNSUBSCRIBE, email to [email protected] >>> with a subject of "unsubscribe". Trouble? Contact >>> [email protected] >>> Archive: >>> http://lists.debian.org/[email protected] >>> >>> >> >
