Mentioned -report_el_torito parameters cmd and as_mkisofs
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.3.9, Nov 04, 2014"
|
||||
@c man .TH XORRISO 1 "Version 1.3.9, Jan 29, 2015"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -4419,6 +4419,20 @@ in the El Torito boot catalog of the loaded ISO image.
|
||||
@*
|
||||
With parameter @strong{help} print a text which explains the meaning of the
|
||||
lines put out by "plain".
|
||||
@*
|
||||
Parameter @strong{cmd} tries to print the @strong{xorriso} 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.
|
||||
@*
|
||||
Parameter @strong{as_mkisofs} tries to print the @strong{xorriso -as mkisofs}
|
||||
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.
|
||||
@c man .TP
|
||||
@item -report_system_area "plain"|"help"|"gpt_crc_of:"disk_path
|
||||
@kindex -report_system_area shows MBR, GPT, and alike
|
||||
@ -4432,6 +4446,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.
|
||||
@*
|
||||
Parameters @strong{cmd} and @strong{as_mkisofs} work like with
|
||||
command -report_el_torito. See above.
|
||||
@*
|
||||
With parameter @strong{gpt_crc_of:}disk_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".
|
||||
|
Reference in New Issue
Block a user