New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid, new -report_system_area mode "make_guid"
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.4.5, Aug 07, 2016"
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.5, Aug 12, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1716,6 +1716,21 @@ EFI system partition. EFI boot images are introduced by options -e or
|
||||
The affected EFI boot image cannot show up in HFS+ because it is stored
|
||||
outside the HFS+ partition.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}gpt_disk_guid value
|
||||
@kindex @minus{}@minus{}gpt_disk_guid GPT GUID
|
||||
@cindex Disk GUID, for GPT, @minus{}@minus{}gpt_disk_guid
|
||||
Control whether an emerging GPT shall get a randomly generated disk GUID
|
||||
or whether the GUID is supplied by the user.
|
||||
Value "random" is default. Value "modification-date" produces a low quality
|
||||
GUID from the value set by option @minus{}@minus{}modification-date=.
|
||||
@*
|
||||
A string of 32 hex digits, or a RFC 4122 compliant GUID string may be used to
|
||||
set the disk GUID directly.
|
||||
@*
|
||||
E.g. @minus{}@minus{}gpt_disk_guid 2303cd2a-73c7-424a-a298-25632da7f446
|
||||
@*
|
||||
The partition GUIDs get generated by minimally varying the disk GUID.
|
||||
@c man .TP
|
||||
@item -chrp-boot-part
|
||||
@kindex -chrp-boot-part CHRP partition
|
||||
@cindex Bootability, for CHRP, -chrp-boot-part
|
||||
|
Reference in New Issue
Block a user