> I've put up an updated initrd at http://kymatica.com/new_initrd
> with a fixed startGoboLinux script, this loop should work, right: ?
> 
> # Mounting Packages*.squashfs files inside /Programs
> DIRS="/Mount/TmpFS/Programs=rw"
> 
> for i in /Mount/CD-ROM/Packages*.squashfs; do
>     mount -o loop,ro -t squashfs $i \
> /Mount/SquashFS/`basename $i .squashfs`
>     DIRS="$DIRS:/Mount/SquashFS/`basename $i .squashfs`=ro
> done
> 
> mount -t unionfs -o dirs=$DIRS none /Mount/TmpFS/Programs
> 
> Do you have the time to create a new ISO with this initrd and the new
> kernel (both as isolinux/kernel and as the "installed" kernel in the
> corresponding squashfs image)?
> 
> Almost there now... =)

Damn!! Forgot to close the quote (DIRS="...)!!
I've surely used up some blank discs by now, and gone through the phases
of replacing a file inside an initrd image inside an ISO image... well,
it's time to do it once more. =/

I'll upload the new initrd at the same URL as before.

-- 
/Jonatan - http://kymatica.com
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to