Richard Hayes wrote:
> 
> Is there an easy way to copy a .deb on to multiple floppies?

To split:
        $ split -b 1400k file.deb   (or 'cat file.deb | split ... ')
        $ mcopy xaa a:
        (change floppy)
        $ mcopy xab a:
        ...

To rebuild:
        (copy files from floppies)
        $ cat xaa xab xac ... > file.deb

Take a look at 'man split' for more details.

Matthew
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to