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 XORRISO 1 "Version 1.2.9, Mar 18, 2013"
|
||||
.TH XORRISO 1 "Version 1.2.9, Apr 14, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2839,8 +2839,16 @@ The default "no_emulation" is suitable for ISOLINUX, GRUB, FreeBSD cdboot.
|
||||
\fBload_size=\fR is a value which depends on the boot image.
|
||||
Default 2048 should be overridden only if a better value is known.
|
||||
.br
|
||||
\fBboot_info_table=on\fR may be used to apply patching to a boot image which
|
||||
is given by "any" "bin_path=". "boot_info_table=off" disables patching.
|
||||
\fBboot_info_table=on\fR causes address patching to bytes 8 to 63
|
||||
of the boot image which is given by "any" "bin_path=".
|
||||
"boot_info_table=off" disables this patching.
|
||||
.br
|
||||
\fBgrub2_boot_info=on\fR causes address patching to byte 2548
|
||||
of the boot image which is given by "any" "bin_path=".
|
||||
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.
|
||||
"grub2_boot_info=off" disables this patching.
|
||||
.br
|
||||
\fBplatform_id=\fR defines by two hex digits the Platform ID of the
|
||||
boot image. "00" is 80x86 PC\-BIOS, "01" is PowerPC, "02" is Mac, "ef" is EFI.
|
||||
@ -2877,6 +2885,11 @@ to the ISO image.
|
||||
.br
|
||||
\-boot_image isolinux system_area= implies "partition_table=on".
|
||||
.br
|
||||
\fBgrub2_mbr=\fRdisk_path works like "any" system_area= with additional
|
||||
patching for modern GRUB MBRs. 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.
|
||||
.br
|
||||
\fBpartition_table=on\fR causes a simple partition table to be written
|
||||
into bytes 446 to 511 of the System Area.
|
||||
.br
|
||||
@ -2978,6 +2991,11 @@ for partitions 2 to 8. Partition 1 will always be the ISO image.
|
||||
See command \-append_partition.
|
||||
The first 512 bytes of any data provided by system_area= will be overwritten.
|
||||
.br
|
||||
\fBgrub2_sparc_core=\fRiso_rr_path causes the content address and size
|
||||
of the given file 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.
|
||||
.br
|
||||
\fBmips_discard\fR and \fBsparc_discard\fR revoke any boot file
|
||||
declarations made by mips_path= or mipsel_path=. They also disable production
|
||||
of SUN Disk Label.
|
||||
|
Reference in New Issue
Block a user