New options -copright_file , -biblio_file , -abstract_file
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Jun 25, 2010"
|
||||
.TH XORRISO 1 "Jun 26, 2010"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2078,6 +2078,27 @@ They are prone to timezone computations. The timestrings "default" or
|
||||
of image creation. "x" and "f" will be marked as insignificant.
|
||||
"uuid" will be deactivated.
|
||||
.TP
|
||||
\fB\-copyright_file\fR text
|
||||
Set the copyright file name to be written with the next -commit. This should
|
||||
be the ISO 9660 path of a file in the image which contains a copyright
|
||||
statement.
|
||||
Permissible are up to 37 characters. This setting gets overridden by
|
||||
image loading.
|
||||
.TP
|
||||
\fB\-abstract_file\fR text
|
||||
Set the abstract file name to be written with the next -commit. This should
|
||||
be the ISO 9660 path of a file in the image which contains an abstract
|
||||
statement about the image content.
|
||||
Permissible are up to 37 characters. This setting gets overridden by
|
||||
image loading.
|
||||
.TP
|
||||
\fB\-biblio_file\fR text
|
||||
Set the biblio file name to be written with the next -commit. This should
|
||||
be the ISO 9660 path of a file in the image which contains bibliographic
|
||||
records.
|
||||
Permissible are up to 37 characters. This setting gets overridden by
|
||||
image loading.
|
||||
.TP
|
||||
\fB\-out_charset\fR character_set_name
|
||||
Set the character set to which file names get converted when writing an
|
||||
image. See paragraph "Character sets" for more explanations.
|
||||
@ -2662,7 +2683,7 @@ subtracting already foreseeable consumption by next -commit.
|
||||
.TP
|
||||
\fB\-pvd_info\fR
|
||||
Print various id strings which can be found in loaded ISO images. Some of
|
||||
them may be changed by options -volid, -publisher, -application_id. For these
|
||||
them may be changed by options like -volid or -publisher. For these
|
||||
ids -pvd_info reports what would be written with the next -commit.
|
||||
.TP
|
||||
.B Navigation in ISO image and disk filesystem:
|
||||
@ -3246,11 +3267,11 @@ Personalites "\fBxorrisofs\fR", "\fBgenisoimage\fR",
|
||||
and "\fBgenisofs\fR" are aliases for "mkisofs".
|
||||
.br
|
||||
If xorriso is started with one of the leafnames "xorrisofs", "genisofs",
|
||||
"mkisofs", or "genisoimage", then it automatically prepends -as "genisofs"
|
||||
to the command line arguments. I.e. all arguments will be interpreted mkisofs
|
||||
style until "--" is encountered.
|
||||
From then on, options are interpreted
|
||||
as xorriso options.
|
||||
"mkisofs", or "genisoimage", then it performs -read_mkisofsrc and prepends
|
||||
-as "genisofs" to the command line arguments.
|
||||
I.e. all arguments will be interpreted mkisofs style until "--"
|
||||
is encountered.
|
||||
From then on, options are interpreted as xorriso options.
|
||||
.br
|
||||
|
||||
Personality "\fBcdrecord\fR" accepts the options listed with:
|
||||
@ -4036,6 +4057,10 @@ to read and execute lines from the following files:
|
||||
.br
|
||||
The files are read in the sequence given above, but none of them is required
|
||||
to exist.
|
||||
.br
|
||||
If mkisofs emulation was enabled by program name "xorrisofs", "mkisofs",
|
||||
"genisoimage", or "genisofs", then afterwards -read_mkisofsrc is performed,
|
||||
which reads .mkisofsrc files. See there.
|
||||
.SS
|
||||
.B Runtime control files:
|
||||
.br
|
||||
|
Reference in New Issue
Block a user