New -boot_image bootspecs hfsplus_block_size= and apm_block_size=
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.2.3, Jun 21, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.3, Jun 27, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2930,6 +2930,17 @@ This removes the ban on production of other boot blocks.
|
||||
and letters "a" to "f", which will be used as unique serial number of
|
||||
an emerging HFS+ filesystem.
|
||||
.br
|
||||
\fBhfsplus_block_size=\fRnumber sets the allocation block size to
|
||||
be used when producing HFS+ filesystems. Permissible are 512, 2048, or 0.
|
||||
The latter lets the program decide.
|
||||
.br
|
||||
\fBapm_block_size=\fRnumber sets the block size to be used when
|
||||
describing partitions by an Apple Partition Map. Permissible are 512, 2048,
|
||||
or 0. The latter lets the program decide.
|
||||
.br
|
||||
Note that size 512 is not compatible with production of GPT, and that
|
||||
size 2048 will not be mountable \-t hfsplus at least by older Linux kernels.
|
||||
.br
|
||||
.TP
|
||||
\fB\-append_partition\fR partition_number type_code disk_path
|
||||
Cause a prepared filesystem image to be appended to the ISO image and to be
|
||||
|
Reference in New Issue
Block a user