On 2/16/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Shouldn't this startGoboLinux (attached) script do the trick? (Or did I > missunderstand the problem?) > But how do I put it into a new initrd? I thought I could just loopback > mount the initrd (cramfs) image and replace it, but it only says "read > only fs", even though mount says it's mounted rw...
Mount is lying to you.. cramfs is a read-only filesystem. You need to copy the contents of the loopback to a work dir, and then run mkfs.cramfs on it: mkfs.cramfs ~/workdir /path/to/isolinux/initrd -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel