Mentioned -append_partition in manual about --mbr-force-bootable
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.7, Feb 26, 2017"
|
||||
.TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3559,9 +3559,13 @@ indicate production of a bootable MBR.
|
||||
These options normally cause the flag to be set if there is an
|
||||
MBR partition of type other than 0xee or 0xef.
|
||||
If no such partition exists, then no bootflag is set, unless
|
||||
mbr_force_bootable= forces creation of a dummy partition
|
||||
mbr_force_bootable="on" forces creation of a dummy partition
|
||||
of type 0x00 which covers only the first block of the ISO image.
|
||||
.br
|
||||
If no bootable MBR is indicated and a partition gets created by
|
||||
\-append_partition, then mbr_force_bootable="on" causes a bootflag like it
|
||||
would do with a bootable MBR.
|
||||
.br
|
||||
\fBmips_path=\fRiso_rr_path declares a data file in the image to be a
|
||||
MIPS Big Endian boot file and causes production of a MIPS Big Endian Volume
|
||||
Header. This is mutually exclusive with production of other boot blocks
|
||||
@ -6053,7 +6057,7 @@ The default setting of \-check_media abort_file= is:
|
||||
.SH ENVIRONMENT
|
||||
The following environment variables influence the program behavior:
|
||||
.br
|
||||
HOME is used to find xorriso and mkisofs startup files.
|
||||
HOME is used to find startup files of xorriso and mkisofs.
|
||||
.br
|
||||
SOURCE_DATE_EPOCH belongs to the specs of reproducible\-builds.org.
|
||||
It is supposed to be either undefined or to contain a decimal number
|
||||
|
Reference in New Issue
Block a user