Updated man page and help texts about new features
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 XORRISOFS 1 "Version 1.2.9, Mar 18, 2013"
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.9, Apr 14, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1265,11 +1265,20 @@ They get attributed to the boot image entry in the catalog.
|
||||
@item -boot-info-table
|
||||
@kindex -boot-info-table Patch El Torito boot image
|
||||
@cindex Bootability, boot image patching, -boot-info-table
|
||||
Overwrite certain bytes in the current boot image. The information will be
|
||||
Overwrite bytes 8 to 63 in the current boot image. The information will be
|
||||
supplied by xorriso in the course of image production: Block address of
|
||||
the Primary Volume Descriptor, block address of the boot image file,
|
||||
size of the boot image file.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}grub2-boot-info
|
||||
@kindex @minus{}@minus{}grub2-boot-info Patch El Torito boot image
|
||||
@cindex Bootability, boot image patching, @minus{}@minus{}grub2-boot-info
|
||||
Overwrite bytes 2548 to 2555 in the current boot image by the address
|
||||
of that boot image.
|
||||
The address is written as 64 bit little-endian number. It is the
|
||||
2KB block address of the boot image content, multiplied by 4,
|
||||
and then incremented by 5.
|
||||
@c man .TP
|
||||
@item -c iso_rr_path
|
||||
@kindex -c El Torito boot catalog name
|
||||
@cindex Bootability, boot catalog name, -c, -eltorito-catalog
|
||||
@ -1341,6 +1350,14 @@ Alias of -G.
|
||||
@kindex @minus{}@minus{}embedded-boot Fill System Area e.g. by MBR
|
||||
Alias of -G.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}grub2-mbr disk_path
|
||||
@kindex @minus{}@minus{}grub2-mbr Install modern GRUB2 MBR
|
||||
@cindex Bootability, install modern GRUB2 MBR, @minus{}@minus{}grub2-mbr
|
||||
Install disk_path in the System Area and treat it as modern GRUB2 MBR.
|
||||
The content start address of the first boot
|
||||
image is converted to a count of 512 byte blocks, and an offset of 4 is added.
|
||||
The result is written as 64 bit little-endian number to byte address 0x1b0.
|
||||
@c man .TP
|
||||
@item -isohybrid-mbr disk_path
|
||||
@kindex -isohybrid-mbr Install ISOLINUX isohybrid MBR
|
||||
@cindex Bootability, install ISOLINUX isohybrid MBR, -isohybrid-mbr
|
||||
@ -1540,6 +1557,14 @@ Alias of -B.
|
||||
@kindex -sparc-label SUN Disk Label text
|
||||
@cindex Bootability, SUN Disk Label text, -sparc-label
|
||||
Set the ASCII label text of a SUN Disk Label.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}grub2-sparc-core iso_rr_path
|
||||
@kindex @minus{}@minus{}grub2-sparc-core SUN SPARC core file
|
||||
@cindex Bootability, control, @minus{}@minus{}grub2-sparc-core
|
||||
Cause the content address and size of the given data file in the image
|
||||
to be written after the SUN Disk Label. Both numbers are counted in bytes.
|
||||
The address is written as 64 bit big-endian number to byte 0x228.
|
||||
The size is written as 32 bit big-endian number to byte 0x230.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Character sets:
|
||||
|
Reference in New Issue
Block a user