Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        mkisofs: Creates an image of an ISO9660 filesystem.
        
        
        - Summary
- The mkisofs program is used as a pre-mastering program; i.e., it
generates the ISO9660 filesystem.  Mkisofs takes a snapshot of
a given directory tree and generates a binary image of the tree
which will correspond to an ISO9660 filesystem when written to
a block device.  Mkisofs is used for writing CD-ROMs, and includes
support for creating bootable El Torito CD-ROMs.
Install the mkisofs package if you need a program for writing
CD-ROMs.
Changelog
        
            - * Mon Oct 18 17:00:00 2004 Harald Hoyer <harald{%}redhat{*}com> - 8:2.01.1-5
- - added missing return statements (bug 136088) 
            - * Wed Oct 13 17:00:00 2004 Harald Hoyer <harald{%}redhat{*}com> - 8:2.01.1-4
- - use scd? instead of sg? for scsi scanning (may only work
  with a medium inserted, see bug 134822) 
            - * Wed Sep 22 17:00:00 2004 Harald Hoyer <harald{%}redhat{*}com> - 8:2.01.1-3
- - better globbing
- readded O_EXCL opening for the direct device opening case, 
  e.g. dev=/dev/cdrom
- removed some debugging messages (bug 82089)