home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / mkisofs.105 / source / todo < prev    next >
Text File  |  1977-12-31  |  754b  |  16 lines

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