New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid, new -report_system_area mode "make_guid"
This commit is contained in:
@ -1137,6 +1137,16 @@ Examples:
|
||||
EFI system partition. EFI boot images are introduced by options -e
|
||||
or --efi-boot. The affected EFI boot image cannot show up in HFS+
|
||||
because it is stored outside the HFS+ partition.
|
||||
--gpt_disk_guid value
|
||||
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 --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. --gpt_disk_guid 2303cd2a-73c7-424a-a298-25632da7f446
|
||||
The partition GUIDs get generated by minimally varying the disk
|
||||
GUID.
|
||||
-chrp-boot-part
|
||||
Mark the block range of the whole emerging ISO image as MBR
|
||||
partition of type 0x96. This is not compatible with any other
|
||||
@ -1847,9 +1857,10 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* --embedded-boot Fill System Area e.g. by MBR: SystemArea. (line 75)
|
||||
* --emul-toc enable table-of-content emulation: SetProduct. (line 33)
|
||||
* --for_backup Enable backup fidelity: SetExtras. (line 92)
|
||||
* --gpt_disk_guid GPT GUID: SystemArea. (line 216)
|
||||
* --grub2-boot-info Patch El Torito boot image: Bootable. (line 89)
|
||||
* --grub2-mbr Install modern GRUB2 MBR: SystemArea. (line 77)
|
||||
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 258)
|
||||
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 268)
|
||||
* --hardlinks Recording of hardlink relations: SetExtras. (line 116)
|
||||
* --mbr-force-bootable Enforce MBR bootable/active flag: SystemArea.
|
||||
(line 127)
|
||||
@ -1882,7 +1893,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -A set Application Id: ImageId. (line 34)
|
||||
* -abstract set Abstract File path: ImageId. (line 57)
|
||||
* -allow-lowercase lowercase in ISO file names: SetCompl. (line 42)
|
||||
* -alpha-boot DEC Alpha SRM bootloader: SystemArea. (line 281)
|
||||
* -alpha-boot DEC Alpha SRM bootloader: SystemArea. (line 291)
|
||||
* -appended_part_as_apm Appended partitions in APM: SystemArea.
|
||||
(line 200)
|
||||
* -appended_part_as_gpt Appended partitions in GPT: SystemArea.
|
||||
@ -1891,7 +1902,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
(line 174)
|
||||
* -appid set Application Id: ImageId. (line 41)
|
||||
* -b El Torito PC-BIOS boot image: Bootable. (line 32)
|
||||
* -B SUN SPARC boot images: SystemArea. (line 243)
|
||||
* -B SUN SPARC boot images: SystemArea. (line 253)
|
||||
* -biblio set Biblio File path: ImageId. (line 62)
|
||||
* -boot-info-table Patch El Torito boot image: Bootable. (line 84)
|
||||
* -boot-load-size El Torito boot image load size: Bootable. (line 57)
|
||||
@ -1902,8 +1913,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -checksum_algorithm_iso choose .jigdo checksums: Jigdo. (line 72)
|
||||
* -checksum_algorithm_template choose .template checksums: Jigdo.
|
||||
(line 78)
|
||||
* -chrp-boot CHRP partition: SystemArea. (line 225)
|
||||
* -chrp-boot-part CHRP partition: SystemArea. (line 216)
|
||||
* -chrp-boot CHRP partition: SystemArea. (line 235)
|
||||
* -chrp-boot-part CHRP partition: SystemArea. (line 226)
|
||||
* -copyright set Copyright File path: ImageId. (line 66)
|
||||
* -D allow deep directory hierachies: SetExtras. (line 60)
|
||||
* -d omit trailing dot in ISO file names: SetCompl. (line 50)
|
||||
@ -1958,12 +1969,12 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
(line 15)
|
||||
* -hide-rr-moved set deep directory relocation target: SetExtras.
|
||||
(line 90)
|
||||
* -hppa-bootloader HP-PA bootloader file: SystemArea. (line 270)
|
||||
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 264)
|
||||
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 278)
|
||||
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 272)
|
||||
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 274)
|
||||
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 276)
|
||||
* -hppa-bootloader HP-PA bootloader file: SystemArea. (line 280)
|
||||
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 274)
|
||||
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 288)
|
||||
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 282)
|
||||
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 284)
|
||||
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 286)
|
||||
* -input-charset set character set of disk file names: Charset.
|
||||
(line 17)
|
||||
* -iso-level define ISO 9660 limitations: SetCompl. (line 7)
|
||||
@ -1992,8 +2003,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -max-iso9660-filenames allow 37 characters in ISO file names: SetCompl.
|
||||
(line 61)
|
||||
* -md5-list set path of readable .md5: Jigdo. (line 67)
|
||||
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 232)
|
||||
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 238)
|
||||
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 242)
|
||||
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 248)
|
||||
* -N omit version number in ISO file names: SetCompl. (line 64)
|
||||
* -no-emul-boot El Torito boot image emulation: Bootable. (line 66)
|
||||
* -no-pad do not add zeros to ISO tree: SetProduct. (line 93)
|
||||
@ -2017,7 +2028,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -part_like_isohybrid Mark partitions like with isohybrid: SystemArea.
|
||||
(line 116)
|
||||
* -path-list read pathspecs from disk file: SetInsert. (line 8)
|
||||
* -prep-boot-part PReP partition: SystemArea. (line 227)
|
||||
* -prep-boot-part PReP partition: SystemArea. (line 237)
|
||||
* -preparer set Preparer Id: ImageId. (line 55)
|
||||
* -prev-session set path for loading existing ISO image: Loading.
|
||||
(line 21)
|
||||
@ -2034,8 +2045,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -root redirect ISO root directory: SetInsert. (line 55)
|
||||
* -rr_reloc_dir set deep directory relocation target: SetExtras.
|
||||
(line 74)
|
||||
* -sparc-boot SUN SPARC boot images: SystemArea. (line 254)
|
||||
* -sparc-label SUN Disk Label text: SystemArea. (line 256)
|
||||
* -sparc-boot SUN SPARC boot images: SystemArea. (line 264)
|
||||
* -sparc-label SUN Disk Label text: SystemArea. (line 266)
|
||||
* -sysid set System Id: ImageId. (line 43)
|
||||
* -transparent-compression enable recognition of zisofs files: SetInsert.
|
||||
(line 53)
|
||||
@ -2089,29 +2100,29 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
(line 84)
|
||||
* Bootability, bootable MBR partition, --mbr-force-bootable: SystemArea.
|
||||
(line 127)
|
||||
* Bootability, control, --grub2-sparc-core: SystemArea. (line 258)
|
||||
* Bootability, control, --grub2-sparc-core: SystemArea. (line 268)
|
||||
* Bootability, control, --efi-boot: Bootable. (line 53)
|
||||
* Bootability, control, -alpha-boot: SystemArea. (line 281)
|
||||
* Bootability, control, -alpha-boot: SystemArea. (line 291)
|
||||
* Bootability, control, -b, -eltorito-boot: Bootable. (line 32)
|
||||
* Bootability, control, -B, -sparc-boot: SystemArea. (line 243)
|
||||
* Bootability, control, -B, -sparc-boot: SystemArea. (line 253)
|
||||
* Bootability, control, -e: Bootable. (line 47)
|
||||
* Bootability, control, -hppa-bootloader: SystemArea. (line 270)
|
||||
* Bootability, control, -hppa-cmdline: SystemArea. (line 264)
|
||||
* Bootability, control, -hppa-hdrversion: SystemArea. (line 278)
|
||||
* Bootability, control, -hppa-kernel_32: SystemArea. (line 272)
|
||||
* Bootability, control, -hppa-kernel_64: SystemArea. (line 274)
|
||||
* Bootability, control, -hppa-ramdisk: SystemArea. (line 276)
|
||||
* Bootability, control, -mips-boot: SystemArea. (line 232)
|
||||
* Bootability, control, -mipsel-boot: SystemArea. (line 238)
|
||||
* Bootability, control, -hppa-bootloader: SystemArea. (line 280)
|
||||
* Bootability, control, -hppa-cmdline: SystemArea. (line 274)
|
||||
* Bootability, control, -hppa-hdrversion: SystemArea. (line 288)
|
||||
* Bootability, control, -hppa-kernel_32: SystemArea. (line 282)
|
||||
* Bootability, control, -hppa-kernel_64: SystemArea. (line 284)
|
||||
* Bootability, control, -hppa-ramdisk: SystemArea. (line 286)
|
||||
* Bootability, control, -mips-boot: SystemArea. (line 242)
|
||||
* Bootability, control, -mipsel-boot: SystemArea. (line 248)
|
||||
* Bootability, El Torito section id string, -eltorito-id: Bootable.
|
||||
(line 73)
|
||||
* Bootability, El Torito selection criteria, -eltorito-selcrit: Bootable.
|
||||
(line 80)
|
||||
* Bootability, fill System Area e.g. by MBR, -G, --embedded-boot, -generic-boot: SystemArea.
|
||||
(line 64)
|
||||
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 216)
|
||||
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 226)
|
||||
* Bootability, for EFI, -efi-boot-part: SystemArea. (line 206)
|
||||
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 227)
|
||||
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 237)
|
||||
* Bootability, install ISOLINUX isohybrid MBR, -isohybrid-mbr: SystemArea.
|
||||
(line 83)
|
||||
* Bootability, install modern GRUB2 MBR, --grub2-mbr: SystemArea.
|
||||
@ -2129,7 +2140,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
(line 116)
|
||||
* Bootability, patch System Area partition table, --protective-msdos-label: SystemArea.
|
||||
(line 123)
|
||||
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 256)
|
||||
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 266)
|
||||
* Bugs, reporting: Bugreport. (line 6)
|
||||
* Character Set, for disk file names, -input-charset: Charset.
|
||||
(line 17)
|
||||
@ -2146,6 +2157,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Disk files, exclude, -hide-list: SetInsert. (line 44)
|
||||
* Disk files, exclude, -m, -exclude, -x, -old-exclude: SetInsert.
|
||||
(line 31)
|
||||
* Disk GUID, for GPT, --gpt_disk_guid: SystemArea. (line 216)
|
||||
* disk_path, _definition: Insert. (line 7)
|
||||
* ECMA-119, _definition: Standards. (line 6)
|
||||
* El Torito, _definition: Bootable. (line 13)
|
||||
@ -2292,22 +2304,22 @@ Node: SetHide32499
|
||||
Node: ImageId33803
|
||||
Node: Bootable38085
|
||||
Node: SystemArea43253
|
||||
Node: Charset58958
|
||||
Node: Jigdo59983
|
||||
Node: Miscellaneous64260
|
||||
Node: Examples65905
|
||||
Node: ExSimple66399
|
||||
Node: ExGraft66882
|
||||
Node: ExMkisofs68182
|
||||
Node: ExGrowisofs69448
|
||||
Node: ExIncBackup70638
|
||||
Node: ExIncBckAcc73799
|
||||
Node: ExBootable75488
|
||||
Node: Files79670
|
||||
Node: Seealso80765
|
||||
Node: Bugreport81414
|
||||
Node: Legal82005
|
||||
Node: CommandIdx82902
|
||||
Node: ConceptIdx98267
|
||||
Node: Charset59512
|
||||
Node: Jigdo60537
|
||||
Node: Miscellaneous64814
|
||||
Node: Examples66459
|
||||
Node: ExSimple66953
|
||||
Node: ExGraft67436
|
||||
Node: ExMkisofs68736
|
||||
Node: ExGrowisofs70002
|
||||
Node: ExIncBackup71192
|
||||
Node: ExIncBckAcc74353
|
||||
Node: ExBootable76042
|
||||
Node: Files80224
|
||||
Node: Seealso81319
|
||||
Node: Bugreport81968
|
||||
Node: Legal82559
|
||||
Node: CommandIdx83456
|
||||
Node: ConceptIdx98894
|
||||
|
||||
End Tag Table
|
||||
|
Reference in New Issue
Block a user