New -as mkisofs options -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 XORRISOFS 1 "Version 1.2.3, Jun 21, 2012"
|
||||
.TH XORRISOFS 1 "Version 1.2.3, Jun 27, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -644,6 +644,24 @@ of file content data. If more ISO image data follow, then a third partition
|
||||
entry gets produced. Other features of xorriso might cause the need for
|
||||
more APM entries.
|
||||
.TP
|
||||
\fB\-hfsplus-serial-no\fR
|
||||
Set a string of 16 digits "0" to "9"
|
||||
and letters "a" to "f", which will be used as unique serial number of
|
||||
an emerging HFS+ filesystem.
|
||||
.TP
|
||||
\fB\-hfsplus-block-size\fR number
|
||||
Set the allocation block size to
|
||||
be used when producing HFS+ filesystems. Permissible are 512, 2048, or 0.
|
||||
The latter lets the program decide.
|
||||
.TP
|
||||
\fB\-apm-block-size\fR number
|
||||
Set 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.
|
||||
.TP
|
||||
\fB\-hfsplus-file-creator-type\fR creator type iso_rr_path
|
||||
Set the HFS+ creator and type attributes of a file in the emerging image.
|
||||
These are two codes of 4 characters each.
|
||||
@ -1048,6 +1066,9 @@ outside the HFS+ partition.
|
||||
Mark the block range of the whole emerging ISO image as MBR partition of type
|
||||
0x41. This is not compatible with any other feature that produces MBR
|
||||
partition entries. It makes GPT unrecognizable.
|
||||
.br
|
||||
CHRP is used in conjunction with HFS. It is not yet tested whether HFS+
|
||||
filesystems produced with option \-hfsplus would boot on any CHRP capable machine.
|
||||
.TP
|
||||
\fB\-prep-boot-part\fR disk_path
|
||||
Copy a file from disk into the emerging ISO image and mark it by a MBR
|
||||
|
Reference in New Issue
Block a user