New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
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.3, Dec 30, 2015"
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.3, Jan 26, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -68,7 +68,7 @@
|
||||
@copying
|
||||
xorrisofs - Emulation of ISO 9660 program mkisofs by program xorriso
|
||||
|
||||
Copyright @copyright{} 2011 - 2015 Thomas Schmitt
|
||||
Copyright @copyright{} 2011 - 2016 Thomas Schmitt
|
||||
|
||||
@quotation
|
||||
Permission is granted to distrubute this text freely.
|
||||
@ -1545,6 +1545,15 @@ The ISOLINUX isohybrid MBR file must begin by a known pattern of
|
||||
32 bytes of x86 machine code which essentially does nothing. It will get
|
||||
overwritten by 32 bytes of APM header mock-up.
|
||||
@c man .TP
|
||||
@item -part_like_isohybrid
|
||||
@kindex -part_like_isohybrid Mark partitions like with isohybrid
|
||||
@cindex Bootability, partitions like with isohybrid, -part_like_isohybrid
|
||||
Control whether -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, and
|
||||
-isohybrid-apm-hfsplus apply even if not -isohybrid-mbr is present.
|
||||
No MBR partition of type 0xee emerges, even if GPT gets produced.
|
||||
Gaps between GPT and APM partitions will not be filled by more partitions.
|
||||
Appended partitions get mentioned in APM if other APM partitions emerge.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}protective-msdos-label
|
||||
@kindex @minus{}@minus{}protective-msdos-label Patch System Area partition table
|
||||
@cindex Bootability, patch System Area partition table, @minus{}@minus{}protective-msdos-label
|
||||
@ -1655,6 +1664,14 @@ 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.
|
||||
@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.
|
||||
@*
|
||||
By default, appended partitions get marked in APM only if APM is produced
|
||||
because of other options and -part_like_isohybrid is enabled.
|
||||
@c man .TP
|
||||
@item -efi-boot-part disk_path
|
||||
@kindex -efi-boot-part EFI boot partition
|
||||
@cindex Bootability, for EFI, -efi-boot-part
|
||||
@ -2661,7 +2678,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2011 - 2015 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2016 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