freebsd-dev/gnu/usr.bin/mkisofs/TODO
Jordan K. Hubbard 6f50ceba0f Original virgin sources for version 1.2 of mkisofs, by Eric Youngdale of
Yggdrasil Computing Inc.  This is a useful concession to us CDROM mastering
weenies out here.
Obtained from: Yggdrasil Computing, Inc.
1995-02-12 08:00:42 +00:00

16 lines
754 B
Plaintext

1) Allow multiple input paths to be concatenated together.
This is a little tricky, because the directory entries need to be
correctly sorted as per iso9660 specifications. It would be better to
force the user to add hard links or copies of the files rather than do
the wrong thing. Leave alone for the time being, I am not sure that
this feature is really needed.
2) For symlinks, we may need to strip out the leading path
information if the link is to an absolute file, and the absolute
address is in the space that we are dumping to the CDROM. Who the
hell knows what we should really do with this, actually. Leave it
for now and see if anyone squalks.
3) Find out if output needs to be written at a particular
blocksize or not.