Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
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.5.1, Nov 11, 2018"
|
||||
@c man .TH XORRISO 1 "Version 1.5.1, Feb 16, 2019"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -3762,7 +3762,7 @@ is not the same as -indev. The Source component is ignored.
|
||||
"appended_partition_NNN" with a decimal number NNN works only for -boot_image
|
||||
bootspecs which announce El Torito boot image paths: bin_path=, efi_path=.
|
||||
The number gives the partition number as used with the corresponding
|
||||
option -append_partition.
|
||||
command -append_partition.
|
||||
@*
|
||||
The component Interval consists of two byte address numbers separated by a "-" character. E.g. "0-429" means to read bytes 0 to 429.
|
||||
@*
|
||||
@ -4021,13 +4021,20 @@ Appended partitions get mentioned in APM if other APM partitions emerge.
|
||||
@*
|
||||
@strong{-boot_image any iso_mbr_part_type=}number sets the partition type
|
||||
of the MBR partition which represents the ISO or at least protects it.
|
||||
@*
|
||||
Number may be 0x00 to 0xff. The text "default" re-enables the default types
|
||||
of the various occasions to create an ISO MBR partition.
|
||||
@*
|
||||
This is without effect if no such partition emerges by other settings or
|
||||
if the partition type is prescribed mandatorily like 0xee for GPT protective
|
||||
MBR or 0x96 for CHRP.
|
||||
@*
|
||||
If instead a type_guid is given by a 32-digit hex string like
|
||||
a2a0d0ebe5b9334487c068b6b72699c7 or by a structured text like
|
||||
EBD0A0A2-B9E5-4433-87C0-68B6B72699C7, then it will be used as partition type
|
||||
if the ISO filesystem appears as partition in GPT.
|
||||
In MBR, C12A7328-F81F-11D2-BA4B-00A0C93EC93B will be mapped to 0xef.
|
||||
Any other GUID will be mapped to 0x83.
|
||||
@*
|
||||
@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.
|
||||
@ -4265,8 +4272,14 @@ MBR features, number 2 would be the most natural choice.
|
||||
@*
|
||||
The type_code may be "FAT12", "FAT16", "Linux",
|
||||
or a hexadecimal number between 0x00 and 0xff. Not all those numbers will
|
||||
yield usable results. For a list of codes search the Internet for
|
||||
"Partition Types" or run fdisk command "L".
|
||||
yield usable results. For a list of MBR partition type codes search the
|
||||
Internet for "Partition Types" or run fdisk command "L".
|
||||
@*
|
||||
type_code may also be a type GUID as plain hex string like
|
||||
a2a0d0ebe5b9334487c068b6b72699c7 or as structured text like
|
||||
EBD0A0A2-B9E5-4433-87C0-68B6B72699C7. It will be used if the partition is
|
||||
mentioned in GPT. In MBR, C12A7328-F81F-11D2-BA4B-00A0C93EC93B will be mapped
|
||||
to 0xef. Any other GUID will be mapped to 0x83.
|
||||
@*
|
||||
If some other command causes the production of GPT, then the appended
|
||||
partitions will be mentioned there too.
|
||||
@ -7238,7 +7251,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2007 - 2018 Thomas Schmitt
|
||||
Copyright (c) 2007 - 2019 Thomas Schmitt
|
||||
@*
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of @command{xorriso}.
|
||||
|
Reference in New Issue
Block a user