Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2018 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2019 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -880,7 +880,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
||||
" -isohybrid-gpt-hfsplus Mark El Torito boot image as HFS+ in GPT",
|
||||
" -isohybrid-apm-hfsplus Mark El Torito boot image as HFS+ in APM",
|
||||
" -part_like_isohybrid Mark in MBR, GPT, APM without -isohybrid-mbr",
|
||||
" -iso_mbr_part_type Set type byte of ISO partition in MBR",
|
||||
" -iso_mbr_part_type Set type byte or GUID of ISO partition in MBR",
|
||||
" or type GUID if a GPT ISO partition emerges.",
|
||||
" --gpt_disk_guid GUID Set GPT disk GUID or choose automatic GUID",
|
||||
" -G FILE, -generic-boot FILE Set generic boot image name",
|
||||
" --embedded-boot FILE Alias of -G",
|
||||
@ -908,7 +909,8 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
||||
" -chrp-boot Alias of -chrp-boot-part",
|
||||
" -prep-boot-part DISKFILE Set data source for MBR partition type 0x41",
|
||||
" -append_partition NUMBER TYPE FILE",
|
||||
" Append FILE after image. TYPE is hex: 0x..",
|
||||
" Append FILE after image. TYPE is hex: 0x.. or",
|
||||
" a GUID to be used if -appended_part_as_gpt.",
|
||||
" -appended_part_as_gpt mark appended partitions in GPT instead of MBR.",
|
||||
" -appended_part_as_apm mark appended partitions in APM.",
|
||||
" --modification-date=YYYYMMDDhhmmsscc",
|
||||
|
Reference in New Issue
Block a user