Mentioned in the man page the increased number of appended GPT partitions in libisofs
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.7, Nov 12, 2023"
|
||||
.TH XORRISOFS 1 "Version 1.5.7, May 07, 2024"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -883,7 +883,7 @@ These values may be combined.
|
||||
E.g.: joliet:hfsplus
|
||||
.br
|
||||
This command does not apply to the boot catalog.
|
||||
Rather use: boot\-catalog\-hide
|
||||
Rather use: \-\-boot\-catalog\-hide
|
||||
.TP
|
||||
.B ISO image ID strings:
|
||||
.PP
|
||||
@ -1438,9 +1438,21 @@ of type 0xee which covers the whole output data.
|
||||
.br
|
||||
By default, appended partitions get marked in GPT only if GPT is produced
|
||||
because of other options.
|
||||
.br
|
||||
This option raises the maximum number of appended partitions from 4 to 8.
|
||||
But it is not guaranteed that the resulting GPT partition will have the
|
||||
given partition_number. Other GPT partitions may emerge. The final sorting by
|
||||
start block address may put one of them in the partition entry with the desired
|
||||
number, so that the appended partition will get a higher number.
|
||||
.br
|
||||
Given MBR partition types get translated.
|
||||
0xef becomes C12A7328\-F81F\-11D2\-BA4B\-00A0C93EC93B, others become
|
||||
EBD0A0A2\-B9E5\-4433\-87C0\-68B6B72699C7.
|
||||
.TP
|
||||
\fB\-appended_part_as_apm\fR
|
||||
Marks partitions from \-append_partition in Apple Partition Map, too.
|
||||
The partition number in APM will not be influenced by \-append_partition
|
||||
parameter partition_number.
|
||||
.br
|
||||
By default, appended partitions get marked in APM only if APM is produced
|
||||
because of other options and \-part_like_isohybrid is enabled.
|
||||
@ -2282,7 +2294,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2011 \- 2023 Thomas Schmitt
|
||||
Copyright (c) 2011 \- 2024 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