[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Does live-boot supports squashfs persistence image files?



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 <debian-live@netvope.lcm.hk> 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 <daniel.baumann@progress-technologies.net> wrote:
On 10/23/2013 04:17 PM, gmail@netvope.lcm.hk 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:          daniel.baumann@progress-technologies.net
Internet:       http://people.progress-technologies.net/~daniel.baumann/


--
To UNSUBSCRIBE, email to debian-live-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 5267F5E8.9040702@progress-technologies.net" target="_blank">http://lists.debian.org/[🔎] 5267F5E8.9040702@progress-technologies.net




Reply to: