New -boot_image setting mbr_force_bootable=, -as mkisofs --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 XORRISOFS 1 "Version 1.4.3, Nov 29, 2015"
|
||||
.TH XORRISOFS 1 "Version 1.4.3, Dec 30, 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1157,6 +1157,15 @@ overwritten by 32 bytes of APM header mock\-up.
|
||||
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.
|
||||
.TP
|
||||
\fB--mbr-force-bootable\fR
|
||||
Enforce an MBR partition with "bootable/active" flag if options like
|
||||
\-\-protective\-msdos\-label or \-\-grub2\-mbr are given.
|
||||
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
|
||||
of type 0x00 which covers only the first block of the ISO image.
|
||||
.TP
|
||||
\fB\-partition_offset\fR 2kb_block_adr
|
||||
Cause a partition table with a single partition that begins at the
|
||||
given block address. This is counted in 2048 byte
|
||||
|
Reference in New Issue
Block a user