New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
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 XORRISO 1 "Version 1.4.3, Dec 30, 2015"
|
||||
.TH XORRISO 1 "Version 1.4.3, Jan 26, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3301,6 +3301,13 @@ a disk file but nevertheless causes adjustments in the
|
||||
loaded system area data. Such adjustments may get ordered by \-boot_image
|
||||
commands.
|
||||
.br
|
||||
\fB\-boot_image any part_like_isohybrid=on\fR enables
|
||||
\-boot_image isolinux partition_entry= even if no
|
||||
\-boot_image isolinux system_area= is given.
|
||||
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.
|
||||
.br
|
||||
\fBgrub2_mbr=\fRdisk_path works like "any" system_area= with additional
|
||||
patching for modern GRUB MBRs. The content start address of the first boot
|
||||
image is converted to a count of 512 byte blocks, and an offset of 4 is added.
|
||||
@ -3338,7 +3345,15 @@ in GPT rather than in MBR. In this case the MBR shows a single partition
|
||||
of type 0xee which covers the whole output data.
|
||||
.br
|
||||
\fBappended_part_as=mbr\fR is the default. Appended partitions get
|
||||
marked in GPT only if GPT is produced because of other settings.
|
||||
marked in GPT only if GPT is produced because of other settings.
|
||||
If given explicitely, this clears setting "gpt" and "apm". Nevertheless "apm"
|
||||
may be added to "mbr".
|
||||
.br
|
||||
\fBappended_part_as=apm\fR marks partitions from \-append_partition in APM
|
||||
additionally to "mbr" or "gpt".
|
||||
.br
|
||||
By default, appended partitions get marked in APM only if APM is
|
||||
produced because of other options together with part_like_isohybrid="on".
|
||||
.br
|
||||
\fBchrp_boot_part=on\fR causes a single partition in MBR which covers
|
||||
the whole ISO image and has type 0x96. This is not compatible with any
|
||||
@ -5943,7 +5958,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2007 \- 2015 Thomas Schmitt
|
||||
Copyright (c) 2007 \- 2016 Thomas Schmitt
|
||||
.br
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of \fBxorriso\fR.
|
||||
|
Reference in New Issue
Block a user