> Of which format / fs-type is /fd0/initrd.img?
I think that it is a gzip ext2 filesystem. Try running:
file /fd0/initrd.img
If it is as I think and is a gzip'd ext2, you want to then use:
gunzip -c /fd0/initrd.img > /tmp/initrd.img.uncompressed
mount /tmp/initrd.img.uncompressed /mnt/floppy -o loop
<edit the files>
umount /mnt/floppy
gzip -9c /tmp/initrd.img.uncompressed /fd0/initrd.img
--
Tim Fletcher .~.
/V\ L I N U X
[EMAIL PROTECTED] // \\ >Don't fear the penguin<
[EMAIL PROTECTED] /( )\
^^-^^
An NT server can be run by an idiot, and usually is.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]