Mentioned in the man page the increased number of appended GPT partitions in libisofs
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 XORRISOFS 1 "Version 1.5.7, Nov 12, 2023"
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, May 07, 2024"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1201,7 +1201,7 @@ These values may be combined.
|
||||
E.g.: joliet:hfsplus
|
||||
@*
|
||||
This command does not apply to the boot catalog.
|
||||
Rather use: boot-catalog-hide
|
||||
Rather use: @minus{}@minus{}boot-catalog-hide
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B ISO image ID strings:
|
||||
@ -1874,11 +1874,23 @@ of type 0xee which covers the whole output data.
|
||||
@*
|
||||
By default, appended partitions get marked in GPT only if GPT is produced
|
||||
because of other options.
|
||||
@*
|
||||
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.
|
||||
@*
|
||||
Given MBR partition types get translated.
|
||||
0xef becomes C12A7328-F81F-11D2-BA4B-00A0C93EC93B, others become
|
||||
EBD0A0A2-B9E5-4433-87C0-68B6B72699C7.
|
||||
@c man .TP
|
||||
@item -appended_part_as_apm
|
||||
@kindex -appended_part_as_apm Appended partitions in APM
|
||||
@cindex APM, mark appended partitions, -appended_part_as_apm
|
||||
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.
|
||||
@*
|
||||
By default, appended partitions get marked in APM only if APM is produced
|
||||
because of other options and -part_like_isohybrid is enabled.
|
||||
@ -2965,7 +2977,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2011 - 2023 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2024 Thomas Schmitt
|
||||
@*
|
||||
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