220 lines
4.8 KiB
HTML
220 lines
4.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GENISOIMAGERC</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GENISOIMAGERC</H1>
|
|
Section: File Formats (5)<BR>Updated: 13 Dec 2006<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
genisoimagerc - startup configuration file for genisoimage
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+genisoimage">genisoimage</A></B>(1)
|
|
|
|
searches for a configuration file in several places; it uses the first
|
|
one it is able to open. First, if the
|
|
<B>GENISOIMAGERC</B>
|
|
|
|
environment variable is set, its value is used as the filename;
|
|
likewise for the
|
|
<B>MKISOFSRC</B>
|
|
|
|
environment variable. Next,
|
|
<B>genisoimage</B>
|
|
|
|
looks for files named
|
|
<I>.genisoimagerc</I> or <I>.mkisofsrc</I>,
|
|
|
|
first in the current working directory, then in the user's home
|
|
directory. Next, it looks for
|
|
<I>/etc/genisoimagerc</I>.
|
|
|
|
Finally, it looks for a
|
|
<I>.genisoimagerc</I>
|
|
|
|
in the same directory as
|
|
<B>genisoimage</B>
|
|
|
|
itself is stored.
|
|
<P>
|
|
|
|
The
|
|
<I>.genisoimagerc</I>
|
|
|
|
file contains lines of the form
|
|
<DL COMPACT>
|
|
<DT id="1"><DD>
|
|
<B>TAG=</B><I>value</I>
|
|
|
|
</DL>
|
|
<P>
|
|
|
|
where
|
|
<B>TAG</B>
|
|
|
|
is one of the settings defined below. The case of the tag is not
|
|
significant. All settings have command-line equivalents; if the
|
|
command-line parameter is specified, it takes priority over the
|
|
configuration file.
|
|
<P>
|
|
|
|
Blank lines and lines beginning with `#' are ignored.
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>CONFIGURATION SETTINGS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="2">ABST<DD>
|
|
The abstract information, typically the name of a file on the disc
|
|
containing an abstract. There is space for 37 characters.
|
|
Equivalent to the
|
|
<B>-abstract</B>
|
|
|
|
command-line option.
|
|
<DT id="3">APPI<DD>
|
|
The application identifier should describe the application that will be
|
|
on the disc. There is space for 128 characters. Equivalent to the
|
|
<B>-A</B>
|
|
|
|
command-line option.
|
|
<DT id="4">BIBL<DD>
|
|
The bibliographic information, often the name of a file on the disc
|
|
containing a bibliography. There is space for 37 characters.
|
|
Equivalent to the
|
|
<B>-biblio</B>
|
|
|
|
command-line option.
|
|
<DT id="5">COPY<DD>
|
|
The copyright information, typically the name of a file on the disc
|
|
containing the copyright notice. There is space for 37 characters.
|
|
Equivalent to the
|
|
<B>-copyright</B>
|
|
|
|
command-line option.
|
|
<DT id="6">HFS_TYPE<DD>
|
|
The default
|
|
<B>TYPE</B>
|
|
|
|
for Macintosh files. Must be exactly 4 characters. Equivalent to the
|
|
<B>-hfs-type</B>
|
|
|
|
command-line option. The default value is
|
|
<I>TEXT</I>.
|
|
|
|
<DT id="7">HFS_CREATOR<DD>
|
|
The default
|
|
<B>CREATOR</B>
|
|
|
|
for Macintosh files. Must be exactly 4 characters. Equivalent to the
|
|
<B>-hfs-creator</B>
|
|
|
|
command-line option. The default value is
|
|
<I>Unix</I>.
|
|
|
|
<DT id="8">PREP<DD>
|
|
This should describe the preparer of the CD-ROM, usually with a mailing
|
|
address and phone number. There is space for 128 characters.
|
|
Equivalent to the
|
|
<B>-p</B>
|
|
|
|
command-line option.
|
|
<DT id="9">PUBL<DD>
|
|
This should describe the publisher of the CD-ROM, usually with a
|
|
mailing address and phone number. There is space for 128 characters.
|
|
Equivalent to the
|
|
<B>-publisher</B>
|
|
|
|
command-line option.
|
|
<DT id="10">SYSI<DD>
|
|
The System Identifier. There is space for 32 characters.
|
|
Equivalent to the
|
|
<B>-sysid</B>
|
|
|
|
command-line option.
|
|
<DT id="11">VOLI<DD>
|
|
The Volume Identifier. There is space for 32 characters.
|
|
Equivalent to the
|
|
<B>-V</B>
|
|
|
|
command-line option.
|
|
<DT id="12">VOLS<DD>
|
|
The Volume Set Name. There is space for 128 characters.
|
|
Equivalent to the
|
|
<B>-volset</B>
|
|
|
|
command-line option.
|
|
</DL>
|
|
<P>
|
|
|
|
<B>genisoimage</B>
|
|
|
|
can also be configured at compile time with defaults for many of these
|
|
fields. See the file
|
|
<I>defaults.h</I>.
|
|
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
The following file
|
|
<DL COMPACT>
|
|
<DT id="13"><DD>
|
|
<PRE>
|
|
COPY=src/COPYING
|
|
SYSI=Multics 75
|
|
</PRE>
|
|
|
|
</DL>
|
|
<P>
|
|
|
|
is equivalent to the
|
|
<B>genisoimage</B>
|
|
|
|
command-line parameters
|
|
<DL COMPACT>
|
|
<DT id="14"><DD>
|
|
<I>-copyright src/COPYING -sysid "Multics 75"</I>
|
|
|
|
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+genisoimage">genisoimage</A></B>(1).
|
|
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
See the
|
|
<B><A HREF="/cgi-bin/man/man2html?1+genisoimage">genisoimage</A></B>(1)
|
|
|
|
manual page for credits for the
|
|
<B>genisoimage</B>
|
|
|
|
program and documentation.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="15"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="16"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="17"><A HREF="#lbAD">CONFIGURATION SETTINGS</A><DD>
|
|
<DT id="18"><A HREF="#lbAE">EXAMPLES</A><DD>
|
|
<DT id="19"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="20"><A HREF="#lbAG">AUTHORS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:03 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|