New -as mkisofs options -hfsplus-block-size and -apm-block-size
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.3, Jun 21, 2012"
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.3, Jun 27, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -907,6 +907,30 @@ 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.
|
||||
@c man .TP
|
||||
@item -hfsplus-serial-no
|
||||
@kindex -hfsplus-serial-no set HFS+ serial number
|
||||
@cindex HFS+, set serial number
|
||||
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.
|
||||
@c man .TP
|
||||
@item -hfsplus-block-size number
|
||||
@kindex -hfsplus-block-size set HFS+ allocation block size
|
||||
@cindex HFS+, set allocation block size
|
||||
Set the allocation block size to
|
||||
be used when producing HFS+ filesystems. Permissible are 512, 2048, or 0.
|
||||
The latter lets the program decide.
|
||||
@c man .TP
|
||||
@item -apm-block-size number
|
||||
@kindex -hfsplus-block-size set APM block size
|
||||
@cindex HFS+, set APM block size
|
||||
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.
|
||||
@*
|
||||
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.
|
||||
@c man .TP
|
||||
@item -hfsplus-file-creator-type creator type iso_rr_path
|
||||
@kindex -hfsplus-file-creator-type HFS+ creator-type attribute
|
||||
@cindex HFS+, set creator and type of file, -hfsplus-file-creator-type
|
||||
@ -1430,6 +1454,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.
|
||||
@*
|
||||
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.
|
||||
@c man .TP
|
||||
@item -prep-boot-part disk_path
|
||||
@kindex -prep-boot-part PReP partition
|
||||
|
Reference in New Issue
Block a user