I have a test patch available that allows you to input a list of files
to include with mkisofs i.e.:
% find dir [-other_options] -print | \
mkisofs -files -path-list - [-other_options]
This will create an ISO9660 output image with the same structure given by
the find command - in other words, using a list of files to include in
the output. Directories will be added, but not traversed.
The patch is available from ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/testing/
called mkisofs-1.14-files-4.patch.gz. See the file README.files for details.
If anyone finds it useful, then let me know.
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]