Mentioned -report_el_torito parameters cmd and as_mkisofs

This commit is contained in:
2015-01-29 09:13:18 +00:00
parent 20960d3806
commit 4da24f1cae
3 changed files with 82 additions and 33 deletions

View File

@ -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 "Version 1.3.9, Nov 04, 2014"
.TH XORRISO 1 "Version 1.3.9, Jan 29, 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -3803,6 +3803,20 @@ in the El Torito boot catalog of the loaded ISO image.
.br
With parameter \fBhelp\fR print a text which explains the meaning of the
lines put out by "plain".
.br
Parameter \fBcmd\fR tries to print the \fBxorriso\fR commands which are
necessary to produce the found El Torito equipment and System Area.
The intended use case is modification of the filesystem by having \-indev
and \-outdev pointing to different images or drives.
The result might be insufficient, if the found equipment cannot be
produced by xorriso.
.br
Parameter \fBas_mkisofs\fR tries to print the \fBxorriso \-as mkisofs\fR
options, which are necessary to produce the found equipment.
The intended use case is to use the mounted filesystem as input tree
together with the printed options. In some cases (e.g. \-isohybrid\-mbr) it
might be necessary to extract data from ISO to hard disk in order to
use the hard disk files as arguments of \-as mkisofs options.
.TP
\fB\-report_system_area\fR "plain"|"help"|"gpt_crc_of:"disk_path
With parameter \fBplain\fR print a report about the information found in
@ -3814,6 +3828,9 @@ lines put out by "plain". You probably will have to look
for more documentation which explains the technical details of the
mentioned boot facilities.
.br
Parameters \fBcmd\fR and \fBas_mkisofs\fR work like with
command \-report_el_torito. See above.
.br
With parameter \fBgpt_crc_of:\fRdisk_path read up to 32 KiB from the disk
file with the path given after the colon. Compute the GPT compliant CRC number
and print it to the result channel. The number is shown like "0x690fd979".