I am attempting to setup nightly builds of a Linux OS on my webserver. Well, the problem is I need to generate a floppy disk image without being root.
Really, I don't need to fully generate it. I just need to update the image. As I have a FFS image with boot manager and such, and just need to add my kernel file to the image. I have seen no useful image tools out there though with dealing with FFS.
Does anyone know of some tools to use for updating such a floppy image. I wouldn't mind programming a little glue program, but I really don't want to code up full FFS support by myself at the moment.