On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Found the right options to mkisofs in an old mail about USB drive > support in 012... (all this seems very familiar! ;) > > Anyhow, the CD booted, but it stops with "Failed to add > /Mount/SquashFS/Packages-List-Base into /Mount/TmpFS/Programs" and same > thing for all other squashfs files, then the kernel panics when not > finding init. > > Does the squashfs files need to be repacked with the updated squashfs tool?
Hmmm, it doesn't seem to be necessary here, as I can loopback mount the original squashfs images with the updated kernel (2.6.20). I've just checked the startGoboLinux script, and it does a call to unionctl: for i in /Mount/CD-ROM/Packages*.squashfs; do mount -o loop,ro -t squashfs $i /Mount/SquashFS/`basename $i .squashfs` unionctl /Mount/TmpFS/Programs --add --after /Mount/TmpFS/Programs \ --mode ro /Mount/SquashFS/`basename $i .squashfs` done The current UnionFS snapshot doesn't allow one to use dynamic branches (we were using UnionFS 1.x, which is now freezed; the new development is going into 2.x, which doesn't have all features commited yet). So, in other words, you'll probably need to compile a new kernel with an updated squashfs patch, keeping the old UnionFS patches.. :-( -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel