$Progeny: README,v 1.5 2002/01/22 20:43:23 branden Exp $

detectmodules.sh
    Echos the names of modules which match cdrom|ethernet|scsi from the
    libdetect databases.

mklibs.bash
    Finds the minimal set of libraries needed to make a set of binaries
    run, removes unneeded symbols from that library, then copies the
    libs in reduced form to destination directory.

mklibs.py
    Python version of mklibs.bash.  Reputed to be more efficient.

modtofile.sh
    Takes a kernel version and a module name and returns the filenames for that
    module and all dependencies.

packagetofile.sh
    Takes package names on stdin and then writes the name of the actual .deb on
    stdout. The .deb name is determined by seraching through the packages in
    MIRROR and OTHER_ARCHIVES and returning the one with the highest version.

