New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid
This commit is contained in:
@ -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.4.3, Dec 30, 2015"
|
||||
.TH XORRISOFS 1 "Version 1.4.3, Jan 26, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1153,6 +1153,13 @@ 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.
|
||||
.TP
|
||||
\fB\-part_like_isohybrid\fR
|
||||
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.
|
||||
.TP
|
||||
\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.
|
||||
@ -1247,6 +1254,12 @@ 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.
|
||||
.TP
|
||||
\fB\-appended_part_as_apm\fR
|
||||
Marks partitions from \-append_partition in Apple Partition Map, too.
|
||||
.br
|
||||
By default, appended partitions get marked in APM only if APM is produced
|
||||
because of other options and \-part_like_isohybrid is enabled.
|
||||
.TP
|
||||
\fB\-efi-boot-part\fR disk_path
|
||||
Copy a file from disk into the emerging ISO image and mark it by a GPT entry as
|
||||
EFI System Partition. EFI boot firmware is supposed to use a FAT filesystem
|
||||
@ -2019,7 +2032,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2011 \- 2015 Thomas Schmitt
|
||||
Copyright (c) 2011 \- 2016 Thomas Schmitt
|
||||
.br
|
||||
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