Updated man page and help texts about new features
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 XORRISOFS 1 "Version 1.2.9, Mar 18, 2013"
|
||||
.TH XORRISOFS 1 "Version 1.2.9, Apr 14, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -915,11 +915,18 @@ Up to 20 bytes get read from the given characters [0\-9A\-Fa\-f].
|
||||
They get attributed to the boot image entry in the catalog.
|
||||
.TP
|
||||
\fB\-boot-info-table\fR
|
||||
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.
|
||||
.TP
|
||||
\fB\fR --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.
|
||||
.TP
|
||||
\fB\-c\fR iso_rr_path
|
||||
Set the address of the El Torito boot catalog file within the image.
|
||||
This file address is not significant for the booting PC\-BIOS or EFI,
|
||||
@ -973,6 +980,12 @@ Alias of \-G.
|
||||
\fB--embedded-boot\fR disk_path
|
||||
Alias of \-G.
|
||||
.TP
|
||||
\fB\fR --grub2-mbr disk_path
|
||||
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.
|
||||
.TP
|
||||
\fB\-isohybrid-mbr\fR disk_path
|
||||
Install disk_path as ISOLINUX isohybrid MBR which makes the boot image
|
||||
given by option \-b bootable from USB sticks and hard disks via PC\-BIOS.
|
||||
@ -1138,6 +1151,12 @@ Alias of \-B.
|
||||
\fB\-sparc-label\fR text
|
||||
Set the ASCII label text of a SUN Disk Label.
|
||||
.TP
|
||||
\fB\fR --grub2-sparc-core iso_rr_path
|
||||
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.
|
||||
.TP
|
||||
.B Character sets:
|
||||
.PP
|
||||
Character sets should not matter as long as only english alphanumeric
|
||||
|
Reference in New Issue
Block a user