Documented new opportunity to use with -append_partition the HFS+ type GUID to get APM type "Apple_HFS"

This commit is contained in:
Thomas Schmitt 2020-11-15 15:31:10 +01:00
parent 266a6f47d1
commit abd65a7eb6
6 changed files with 126 additions and 111 deletions

View File

@ -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 XORRISO 1 "Version 1.5.3, Nov 02, 2020"
.TH XORRISO 1 "Version 1.5.3, Nov 15, 2020"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -3892,6 +3892,8 @@ 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.
In APM, 48465300\-0000\-11AA\-AA11\-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
.br
If some other command causes the production of GPT, then the appended
partitions will be mentioned there too.

View File

@ -3289,7 +3289,9 @@ Examples:
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.
other GUID will be mapped to 0x83. In APM,
48465300-0000-11AA-AA11-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
If some other command causes the production of GPT, then the
appended partitions will be mentioned there too.
The disk_path must provide the necessary data bytes at commit time.
@ -6003,7 +6005,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Session, _definition: Model. (line 6)
* Sorting order, for -x, -list_arg_sorting: ArgSort. (line 26)
* SUN Disk Label, production: Bootable. (line 373)
* SUN SPARC boot images, activation: Bootable. (line 452)
* SUN SPARC boot images, activation: Bootable. (line 454)
* Symbolic link, create, -lns: Insert. (line 181)
* System area, _definition: Bootable. (line 200)
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 299)
@ -6072,40 +6074,40 @@ Node: Filter107267
Node: Writing111889
Node: SetWrite124144
Node: Bootable153144
Node: Jigdo180229
Node: Charset185232
Node: Exception188561
Node: DialogCtl194690
Node: Inquiry197292
Node: Navigate206174
Node: Verify214881
Node: Restore226030
Node: Emulation236013
Node: Scripting246469
Node: Frontend254252
Node: Examples263878
Node: ExDevices265056
Node: ExCreate265717
Node: ExDialog267017
Node: ExGrowing268288
Node: ExModifying269097
Node: ExBootable269607
Node: ExCharset270162
Node: ExPseudo271058
Node: ExCdrecord271985
Node: ExMkisofs272305
Node: ExGrowisofs274202
Node: ExException275355
Node: ExTime275813
Node: ExIncBackup276271
Node: ExRestore280297
Node: ExRecovery281243
Node: Files281815
Node: Environ283149
Node: Seealso283897
Node: Bugreport284614
Node: Legal285205
Node: CommandIdx286217
Node: ConceptIdx303833
Node: Jigdo180352
Node: Charset185355
Node: Exception188684
Node: DialogCtl194813
Node: Inquiry197415
Node: Navigate206297
Node: Verify215004
Node: Restore226153
Node: Emulation236136
Node: Scripting246592
Node: Frontend254375
Node: Examples264001
Node: ExDevices265179
Node: ExCreate265840
Node: ExDialog267140
Node: ExGrowing268411
Node: ExModifying269220
Node: ExBootable269730
Node: ExCharset270285
Node: ExPseudo271181
Node: ExCdrecord272108
Node: ExMkisofs272428
Node: ExGrowisofs274325
Node: ExException275478
Node: ExTime275936
Node: ExIncBackup276394
Node: ExRestore280420
Node: ExRecovery281366
Node: Files281938
Node: Environ283272
Node: Seealso284020
Node: Bugreport284737
Node: Legal285328
Node: CommandIdx286340
Node: ConceptIdx303956

End Tag Table

View File

@ -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 XORRISO 1 "Version 1.5.3, Nov 02, 2020"
@c man .TH XORRISO 1 "Version 1.5.3, Nov 15, 2020"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -4468,6 +4468,8 @@ 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.
In APM, 48465300-0000-11AA-AA11-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
@*
If some other command causes the production of GPT, then the appended
partitions will be mentioned there too.

View File

@ -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.3, Oct 29, 2020"
.TH XORRISOFS 1 "Version 1.5.3, Nov 15, 2020"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -1294,6 +1294,7 @@ Any other GUID will be mapped to 0x83.
\fB--protective-msdos-label\fR
Patch the System Area by a simple PC\-DOS partition table where partition 1
claims the range of the ISO image but leaves the first block unclaimed.
This is mutally exclusive to option \-isohybrid\-mbr.
.TP
\fB--mbr-force-bootable\fR
Enforce an MBR partition with "bootable/active" flag if options like
@ -1383,6 +1384,8 @@ 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.
In APM, 48465300\-0000\-11AA\-AA11\-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
.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

View File

@ -1131,7 +1131,8 @@ Examples:
--protective-msdos-label
Patch the System Area by a simple PC-DOS partition table where
partition 1 claims the range of the ISO image but leaves the first
block unclaimed.
block unclaimed. This is mutally exclusive to option
-isohybrid-mbr.
--mbr-force-bootable
Enforce an MBR partition with "bootable/active" flag if options
like --protective-msdos-label or --grub2-mbr are given. These
@ -1206,7 +1207,9 @@ Examples:
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.
other GUID will be mapped to 0x83. In APM,
48465300-0000-11AA-AA11-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
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 is given.
@ -1999,13 +2002,13 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* --embedded-boot Fill System Area e.g. by MBR: SystemArea. (line 79)
* --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 247)
* --gpt_disk_guid GPT GUID: SystemArea. (line 250)
* --grub2-boot-info Patch El Torito boot image: Bootable. (line 109)
* --grub2-mbr Install modern GRUB2 MBR: SystemArea. (line 81)
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 302)
* --grub2-sparc-core SUN SPARC core file: SystemArea. (line 305)
* --hardlinks Recording of hardlink relations: SetExtras. (line 130)
* --mbr-force-bootable Enforce MBR bootable/active flag: SystemArea.
(line 147)
(line 148)
* --md5 Recording of MD5 checksums: SetExtras. (line 122)
* --modification-date set ISO image timestamps: ImageId. (line 70)
* --no-emul-toc no table-of-content emulation: SetProduct. (line 41)
@ -2042,16 +2045,16 @@ 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 325)
* -alpha-boot DEC Alpha SRM bootloader: SystemArea. (line 328)
* -appended_part_as_apm Appended partitions in APM: SystemArea.
(line 231)
(line 234)
* -appended_part_as_gpt Appended partitions in GPT: SystemArea.
(line 225)
(line 228)
* -append_partition Append MBR or GPT partition after image: SystemArea.
(line 197)
(line 198)
* -appid set Application Id: ImageId. (line 41)
* -b El Torito PC-BIOS boot image: Bootable. (line 38)
* -B SUN SPARC boot images: SystemArea. (line 287)
* -B SUN SPARC boot images: SystemArea. (line 290)
* -biblio set Biblio File path: ImageId. (line 62)
* -boot-info-table Patch El Torito boot image: Bootable. (line 104)
* -boot-load-size El Torito boot image load size: Bootable. (line 72)
@ -2063,8 +2066,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -checksum_algorithm_iso choose .jigdo checksums: Jigdo. (line 86)
* -checksum_algorithm_template choose .template checksums: Jigdo.
(line 92)
* -chrp-boot CHRP partition: SystemArea. (line 269)
* -chrp-boot-part CHRP partition: SystemArea. (line 260)
* -chrp-boot CHRP partition: SystemArea. (line 272)
* -chrp-boot-part CHRP partition: SystemArea. (line 263)
* -copyright set Copyright File path: ImageId. (line 66)
* -D allow deep directory hierarchies: SetExtras. (line 60)
* -d omit trailing dot in ISO file names: SetCompl. (line 50)
@ -2075,7 +2078,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -disallow_dir_id_ext enforce ISO level 1 directory names: SetCompl.
(line 23)
* -e El Torito EFI boot image: Bootable. (line 53)
* -efi-boot-part EFI boot partition: SystemArea. (line 237)
* -efi-boot-part EFI boot partition: SystemArea. (line 240)
* -eltorito-alt-boot begin next boot catalog entry: Bootable. (line 47)
* -eltorito-boot El Torito PC-BIOS boot image: Bootable. (line 45)
* -eltorito-catalog El Torito boot catalog name: Bootable. (line 119)
@ -2121,12 +2124,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 314)
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 308)
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 322)
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 316)
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 318)
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 320)
* -hppa-bootloader HP-PA bootloader file: SystemArea. (line 317)
* -hppa-cmdline HP-PA PALO command line: SystemArea. (line 311)
* -hppa-hdrversion HP-PA PALO header version: SystemArea. (line 325)
* -hppa-kernel_32 HP-PA kernel_32 file: SystemArea. (line 319)
* -hppa-kernel_64 HP-PA kernel_64 file: SystemArea. (line 321)
* -hppa-ramdisk HP-PA ramdisk file: SystemArea. (line 323)
* -input-charset set character set of disk file names: Charset.
(line 17)
* -iso-level define ISO 9660 limitations: SetCompl. (line 7)
@ -2163,8 +2166,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 input checksum file: Jigdo. (line 81)
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 276)
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 282)
* -mips-boot MIPS Big Endian boot image: SystemArea. (line 279)
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 285)
* -N omit version number in ISO file names: SetCompl. (line 64)
* -no-emul-boot El Torito boot image emulation: Bootable. (line 86)
* -no-pad do not add zeros to ISO tree: SetProduct. (line 101)
@ -2180,15 +2183,15 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -p set Preparer Id: ImageId. (line 47)
* -P set Publisher Id: ImageId. (line 28)
* -pad add 300 KiB of zeros to ISO tree: SetProduct. (line 94)
* -partition_cyl_align Image size alignment: SystemArea. (line 186)
* -partition_hd_cyl MBR heads per cylinder: SystemArea. (line 169)
* -partition_cyl_align Image size alignment: SystemArea. (line 187)
* -partition_hd_cyl MBR heads per cylinder: SystemArea. (line 170)
* -partition_offset Make mountable by partition 1: SystemArea.
(line 158)
* -partition_sec_hd MBR sectors per head: SystemArea. (line 172)
(line 159)
* -partition_sec_hd MBR sectors per head: SystemArea. (line 173)
* -part_like_isohybrid Mark partitions like with isohybrid: SystemArea.
(line 122)
* -path-list read pathspecs from disk file: SetInsert. (line 8)
* -prep-boot-part PReP partition: SystemArea. (line 271)
* -prep-boot-part PReP partition: SystemArea. (line 274)
* -preparer set Preparer Id: ImageId. (line 55)
* -prev-session set path for loading existing ISO image: Loading.
(line 21)
@ -2205,8 +2208,8 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -root redirect ISO root directory: SetInsert. (line 75)
* -rr_reloc_dir set deep directory relocation target: SetExtras.
(line 74)
* -sparc-boot SUN SPARC boot images: SystemArea. (line 298)
* -sparc-label SUN Disk Label text: SystemArea. (line 300)
* -sparc-boot SUN SPARC boot images: SystemArea. (line 301)
* -sparc-label SUN Disk Label text: SystemArea. (line 303)
* -sysid set System Id: ImageId. (line 43)
* -transparent-compression enable recognition of zisofs files: SetInsert.
(line 53)
@ -2236,7 +2239,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Abstract File, set path, -abstract: ImageId. (line 57)
* ACL, record and load, --acl: SetExtras. (line 103)
* APM, mark appended partitions, -appended_part_as_apm: SystemArea.
(line 231)
(line 234)
* APM, _definition: SystemArea. (line 16)
* Application Id, set, -A, -appid: ImageId. (line 34)
* Backup, enable fidelity, --for_backup: SetExtras. (line 92)
@ -2260,31 +2263,31 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Bootability, boot image patching, -boot-info-table: Bootable.
(line 104)
* Bootability, bootable MBR partition, --mbr-force-bootable: SystemArea.
(line 147)
* Bootability, control, --grub2-sparc-core: SystemArea. (line 302)
(line 148)
* Bootability, control, --grub2-sparc-core: SystemArea. (line 305)
* Bootability, control, --efi-boot: Bootable. (line 59)
* Bootability, control, -alpha-boot: SystemArea. (line 325)
* Bootability, control, -alpha-boot: SystemArea. (line 328)
* Bootability, control, -b, -eltorito-boot: Bootable. (line 38)
* Bootability, control, -B, -sparc-boot: SystemArea. (line 287)
* Bootability, control, -B, -sparc-boot: SystemArea. (line 290)
* Bootability, control, -e: Bootable. (line 53)
* Bootability, control, -eltorito-platform: Bootable. (line 63)
* Bootability, control, -hppa-bootloader: SystemArea. (line 314)
* Bootability, control, -hppa-cmdline: SystemArea. (line 308)
* Bootability, control, -hppa-hdrversion: SystemArea. (line 322)
* Bootability, control, -hppa-kernel_32: SystemArea. (line 316)
* Bootability, control, -hppa-kernel_64: SystemArea. (line 318)
* Bootability, control, -hppa-ramdisk: SystemArea. (line 320)
* Bootability, control, -mips-boot: SystemArea. (line 276)
* Bootability, control, -mipsel-boot: SystemArea. (line 282)
* Bootability, control, -hppa-bootloader: SystemArea. (line 317)
* Bootability, control, -hppa-cmdline: SystemArea. (line 311)
* Bootability, control, -hppa-hdrversion: SystemArea. (line 325)
* Bootability, control, -hppa-kernel_32: SystemArea. (line 319)
* Bootability, control, -hppa-kernel_64: SystemArea. (line 321)
* Bootability, control, -hppa-ramdisk: SystemArea. (line 323)
* Bootability, control, -mips-boot: SystemArea. (line 279)
* Bootability, control, -mipsel-boot: SystemArea. (line 285)
* Bootability, El Torito section id string, -eltorito-id: Bootable.
(line 93)
* Bootability, El Torito selection criteria, -eltorito-selcrit: Bootable.
(line 100)
* Bootability, fill System Area e.g. by MBR, -G, --embedded-boot, -generic-boot: SystemArea.
(line 68)
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 260)
* Bootability, for EFI, -efi-boot-part: SystemArea. (line 237)
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 271)
* Bootability, for CHRP, -chrp-boot-part: SystemArea. (line 263)
* Bootability, for EFI, -efi-boot-part: SystemArea. (line 240)
* Bootability, for PReP, -prep-boot-part: SystemArea. (line 274)
* Bootability, install ISOLINUX isohybrid MBR, -isohybrid-mbr: SystemArea.
(line 87)
* Bootability, install modern GRUB2 MBR, --grub2-mbr: SystemArea.
@ -2302,7 +2305,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
(line 122)
* Bootability, patch System Area partition table, --protective-msdos-label: SystemArea.
(line 143)
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 300)
* Bootability, SUN Disk Label text, -sparc-label: SystemArea. (line 303)
* Bootability, type of ISO MBR partition, -iso_mbr_part_type: SystemArea.
(line 129)
* Bugs, reporting: Bugreport. (line 6)
@ -2321,7 +2324,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 247)
* Disk GUID, for GPT, --gpt_disk_guid: SystemArea. (line 250)
* disk_path, _definition: Insert. (line 7)
* ECMA-119, _definition: Standards. (line 6)
* El Torito, _definition: Bootable. (line 13)
@ -2330,7 +2333,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* File timestamps, set all, --set_all_file_dates: SetExtras. (line 35)
* Forced output, control, --stdio_sync: SetProduct. (line 23)
* GPT, mark appended partitions, -appended_part_as_gpt: SystemArea.
(line 225)
(line 228)
* GPT, _definition: SystemArea. (line 13)
* Group, for all files, -gid: SetProduct. (line 83)
* HFS+, enables production: SetExtras. (line 164)
@ -2348,7 +2351,7 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Hiding, from ISO and Rock Ridge, -hide-list: SetHide. (line 15)
* Hiding, from Joliet, -hide-joliet: SetHide. (line 18)
* Hiding, from Joliet, -hide-joliet-list: SetHide. (line 22)
* Image size, alignment, -partition_cyl_align: SystemArea. (line 186)
* Image size, alignment, -partition_cyl_align: SystemArea. (line 187)
* Incremental insertion, disable disk ino, --old-root-no-ino: SetInsert.
(line 93)
* Incremental insertion, disable MD5, --old-root-no-md5: SetInsert.
@ -2406,16 +2409,16 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Joliet, _definition: Standards. (line 21)
* Links, follow on disk, -f, -follow-links: SetInsert. (line 22)
* Links, record and load hard links, --hardlinks: SetExtras. (line 130)
* MBR, GPT, append partition, -append_partition: SystemArea. (line 197)
* MBR, sectors per head, -partition_sec_hd: SystemArea. (line 169)
* MBR, sectors per head, -partition_sec_hd <1>: SystemArea. (line 172)
* MBR, GPT, append partition, -append_partition: SystemArea. (line 198)
* MBR, sectors per head, -partition_sec_hd: SystemArea. (line 170)
* MBR, sectors per head, -partition_sec_hd <1>: SystemArea. (line 173)
* MBR, _definition: SystemArea. (line 9)
* MD5, record and load, --md5: SetExtras. (line 122)
* Message output, increase frequency, -gui: Miscellaneous. (line 29)
* Message output, redirect stderr, -log-file: Miscellaneous. (line 33)
* Message output, suppress, -quiet: Miscellaneous. (line 25)
* Mountability, by non-trivial partition 1, -partition_offset: SystemArea.
(line 158)
(line 159)
* Options, list, -help: Miscellaneous. (line 21)
* Output file, set address, -o, -output: SetProduct. (line 8)
* Ownership, for all files, -uid: SetProduct. (line 79)
@ -2481,23 +2484,23 @@ Node: SetHide34672
Node: ImageId35976
Node: Bootable40258
Node: SystemArea46544
Node: Charset64893
Node: Jigdo65918
Node: Miscellaneous70888
Node: Examples72533
Node: ExSimple73027
Node: ExGraft73510
Node: ExMkisofs74810
Node: ExGrowisofs76618
Node: ExIncBackup77808
Node: ExIncBckAcc80984
Node: ExBootable82689
Node: Files86871
Node: Environ87966
Node: Seealso88839
Node: Bugreport89490
Node: Legal90083
Node: CommandIdx90980
Node: ConceptIdx107762
Node: Charset65074
Node: Jigdo66099
Node: Miscellaneous71069
Node: Examples72714
Node: ExSimple73208
Node: ExGraft73691
Node: ExMkisofs74991
Node: ExGrowisofs76799
Node: ExIncBackup77989
Node: ExIncBckAcc81165
Node: ExBootable82870
Node: Files87052
Node: Environ88147
Node: Seealso89020
Node: Bugreport89671
Node: Legal90264
Node: CommandIdx91161
Node: ConceptIdx107943

End Tag Table

View File

@ -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.3, Oct 29, 2020"
@c man .TH XORRISOFS 1 "Version 1.5.3, Nov 15, 2020"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -1708,6 +1708,7 @@ Any other GUID will be mapped to 0x83.
@cindex Bootability, patch System Area partition table, @minus{}@minus{}protective-msdos-label
Patch the System Area by a simple PC-DOS partition table where partition 1
claims the range of the ISO image but leaves the first block unclaimed.
This is mutally exclusive to option -isohybrid-mbr.
@c man .TP
@item @minus{}@minus{}mbr-force-bootable
@kindex @minus{}@minus{}mbr-force-bootable Enforce MBR bootable/active flag
@ -1809,6 +1810,8 @@ 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.
In APM, 48465300-0000-11AA-AA11-00306543ECAC will be mapped to partition
type "Apple_HFS", any other to "Data".
@*
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