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:
@ -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.5.1, Nov 11, 2018"
|
||||
.TH XORRISOFS 1 "Version 1.5.1, Feb 16, 2019"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1241,15 +1241,22 @@ No MBR partition of type 0xee emerges, even if GPT gets produced.
|
||||
Gaps between GPT and APM partitions will not be filled by more partitions.
|
||||
Appended partitions get mentioned in APM if other APM partitions emerge.
|
||||
.TP
|
||||
\fB\-iso_mbr_part_type\fR "default"|number
|
||||
\fB\-iso_mbr_part_type\fR "default"|number|type_guid
|
||||
Set the partition type
|
||||
of the MBR partition which represents the ISO or at least protects it.
|
||||
of the MBR or GPT partition which represents the ISO or at least protects it.
|
||||
.br
|
||||
Number may be 0x00 to 0xff. The text "default" re\-enables the default types
|
||||
of the various occasions to create an ISO MBR partition.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
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.
|
||||
.TP
|
||||
\fB--protective-msdos-label\fR
|
||||
Patch the System Area by a simple PC\-DOS partition table where partition 1
|
||||
@ -1335,7 +1342,14 @@ 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".
|
||||
This code matters only with MBR, not with GPT.
|
||||
If the partition appears in GPT then type_code 0xef is mapped to the EFI System
|
||||
Partition Type GUID. All others get mapped to Basic Data Type GUID.
|
||||
.br
|
||||
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.
|
||||
.br
|
||||
If some other command causes the production of GPT, then the appended
|
||||
partitions will be mentioned there too, even if not \-appended_part_as_gpt
|
||||
@ -2173,7 +2187,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2011 \- 2018 Thomas Schmitt
|
||||
Copyright (c) 2011 \- 2019 Thomas Schmitt
|
||||
.br
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
Reference in New Issue
Block a user