New -report_system_area form "el_torito"
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.7, Apr 21, 2014"
|
||||
@c man .TH XORRISO 1 "Version 1.3.7, Apr 23, 2014"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -4373,19 +4373,24 @@ The timestamps get not automatically propagated from loaded image to newly
|
||||
written image. The ones for new images may be set by command -volume_date.
|
||||
See there for the meaning of the particular timestamps.
|
||||
@c man .TP
|
||||
@item -report_system_area "plain"|"help"|"gpt_crc_of:"disk_path
|
||||
@item -report_system_area "plain"|"el_torito"|"help"|"gpt_crc_of:"disk_path
|
||||
@kindex -report_system_area show MBR, GPT, and alike
|
||||
@cindex Image, show MBR, GPT, and alike, -pvd_info
|
||||
With parameter "plain" print a report about the information found in
|
||||
With parameter @strong{plain} print a report about the information found in
|
||||
the System Area of the loaded ISO image. The report consists of zero to
|
||||
many lines with a header text, a colon, and information text.
|
||||
@*
|
||||
With parameter "help" print a text which explains the meaning of the
|
||||
lines. You probably will have to look for more documentation which explains
|
||||
the technical properties of the mentioned boot facilities.
|
||||
With parameter @strong{el_torito} print a report about the information found
|
||||
in the El Torito boot catalog of the loaded ISO image. The boot catalog is
|
||||
not actually a part of the system area. But its data serve a similar purpose.
|
||||
@*
|
||||
With parameter "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
|
||||
With parameter @strong{help} print a text which explains the meaning of the
|
||||
lines put out by "plain" and "el_torito". You probably will have to look
|
||||
for more documentation which explains the technical details of the
|
||||
mentioned boot facilities.
|
||||
@*
|
||||
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".
|
||||
The special disk_path "-" causes reading from standard input.
|
||||
@end table
|
||||
|
Reference in New Issue
Block a user