CONFIGURATION mkisofs looks for the .mkisofsrc file, first in the current working directory, then in the user's home directory, and then in the directory in which the mkisofs binary is stored. This file is assumed to contain a series of lines of the form TAG=value, and in this way you can specify certain options. The case of the tag is not significant. Some fields in the volume header are not settable on the command line but can be altered through this facility. Comments may be placed in this file, using lines that start with a hash (#) character.APPI The application identifier should describe the application that will be on the disk. There is space on the disk for 128 characters of information. May be overridden using the -A command-line option.COPY The copyright information, often the name of a file on the disk containing the copyright notice. There is space in the disk for 37 characters of information. May be overridden using the -copyright command-line option.ABST The abstract information, often the name of a file on the disk containing an abstract. There is space in the disk for 37 characters of information. May be overridden using the -abstract command-line option.BIBL The bibliographic information, often the name of a file on the disk containing a bibliography. There is space in the disk for 37 characters of information. May be overridden using the -bilio command-line option.PREP This should describe the preparer of the CD-ROM, usually with a mailing address and phone number. There is space on the disk for 128 characters of information. May be overridden using the -p command-line option.PUBL This should describe the publisher of the CD-ROM, usually with a mailing address and phone number. There is space on the disk for 128 characters of information. May be overridden using the -P command-line option.SYSI The System Identifier. There is space on the disk for 32 characters of information. May be overridden using the -sysid command-line option.VOLI The Volume Identifier. There is space on the disk for 32 characters of information. May be overridden using the -V command-line option.VOLS The Volume Set Name. There is space on the disk for 128 characters of information. May be overridden using the -volset command-line option.HFS_TYPE The default TYPE for Macintosh files. Must be exactly 4 characters. May be overridden using the -hfs-type command-line option.HFS_CREATOR The default CREATOR for Macintosh files. Must be exactly 4 characters. May be overridden using the -hfs-creator command-line option.mkisofs can also be configured at compile time with defaults for many of these fields. See the file defaults.h. |