Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Wed Feb 25 18:00:00 2009 Harald Hoyer <harald{%}redhat{*}com> 2.01.1-5.2
- only install .h header files to /usr/include
- fixed dist release tag
- bail out on DVD+R/DVD+RW (bug #136665)
- Resolves: rhbz#136665
- * Fri Jan 23 18:00:00 2009 Harald Hoyer <harald{%}redhat{*}com> 2.01.1-5.1
- fixed "Unknown file type (unallocated)" warnings, cdrtools-rootstat.patch (bug #193916)
- fixed mkisofs segmentation fault, cdrtools-check-image.patch (bug #436932)
- removed DVD+R/DVD+RW code, cdrtools-2.01-nodvdplus.patch (bug #136665)
- added hint what to use for DVD+R/DVD+RW, cdrtools-2.01-dvdrwtoolshint.patch (bug #136665)
- Resolves: rhbz#136665, rhbz#193916, rhbz#436932
- * Fri Feb 22 18:00:00 2008 Harald Hoyer <harald{%}redhat{*}com> 2.01.1-5.0.EL4.4
- fixed typos
- Resolves: rhbz#239384