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 XORRISO 1 "Version 1.2.9, Mar 18, 2013"
|
||||
@c man .TH XORRISO 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:
|
||||
@ -3353,8 +3353,16 @@ The default "no_emulation" is suitable for ISOLINUX, GRUB, FreeBSD cdboot.
|
||||
@strong{load_size=} is a value which depends on the boot image.
|
||||
Default 2048 should be overridden only if a better value is known.
|
||||
@*
|
||||
@strong{boot_info_table=on} may be used to apply patching to a boot image which
|
||||
is given by "any" "bin_path=". "boot_info_table=off" disables patching.
|
||||
@strong{boot_info_table=on} 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.
|
||||
@*
|
||||
@strong{grub2_boot_info=on} 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.
|
||||
@*
|
||||
@strong{platform_id=} 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.
|
||||
@ -3393,6 +3401,11 @@ to the ISO image.
|
||||
@*
|
||||
-boot_image isolinux system_area= implies "partition_table=on".
|
||||
@*
|
||||
@strong{grub2_mbr=}disk_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.
|
||||
@*
|
||||
@cindex Partition table, _definition
|
||||
@strong{partition_table=on} causes a simple partition table to be written
|
||||
into bytes 446 to 511 of the System Area.
|
||||
@ -3503,6 +3516,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.
|
||||
@*
|
||||
@strong{grub2_sparc_core=}iso_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.
|
||||
@*
|
||||
@strong{mips_discard} and @strong{sparc_discard} 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