On Wed, 23 Jul 2003, Jason Verch wrote: > I just let buildit.s take care of it. From what I can see in the > the script it should be using minixfs and then gzip (since $KERNEL is set > to bzImage). Is there a way to verify what format the resulting image is > in after I run buildit.s?
Its not so easy because the filesystem is with offset on the floppy written . One way is temporary removing the "rm root.raw...." from the last line in buildit. Then you can the imagefile unzip and mount with the -o loop option. gernot
