New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt
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.3.9, Oct 28, 2014"
|
||||
.TH XORRISOFS 1 "Version 1.3.9, Feb 06, 2015"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1153,6 +1153,17 @@ The type_code may be "FAT12", "FAT16", "Linux",
|
||||
or a hexadecimal number between 0x00 and 0xff. Not all those numbers will
|
||||
yield usable results. For a list of codes search the Internet for
|
||||
"Partition Types" or run fdisk command "L".
|
||||
.br
|
||||
If some other command causes the production of GPT, then the appended
|
||||
partitions will be mentioned there too.
|
||||
.TP
|
||||
\fB\-appended_part_as_gpt\fR
|
||||
Marks partitions from \-append_partition 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
|
||||
By default, appended partitions get marked in GPT only if GPT is produced
|
||||
because of other options.
|
||||
.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
|
||||
|
Reference in New Issue
Block a user