New -boot_image partition_cyl_align mode "all"
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 XORRISO 1 "Version 1.2.5, Aug 14, 2012"
|
||||
@c man .TH XORRISO 1 "Version 1.2.5, Sep 21, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1018,7 +1018,7 @@ will be copied to -in_charset.
|
||||
Enable or disable recording and interpretation of the output character
|
||||
set name in an xattr attribute of the image root directory. If enabled and
|
||||
if a recorded character set name is found, then this name will be used as
|
||||
namoe of the input character set when reading an image.
|
||||
name of the input character set when reading an image.
|
||||
@*
|
||||
Note that the default output charset is the local character set of the
|
||||
terminal where @command{xorriso} runs. Before attributing this local
|
||||
@ -1149,7 +1149,7 @@ The speed advantage appears only if the loaded session was produced with
|
||||
Note that -disk_dev_ino "off" is totally in effect only if -hardlinks is "off",
|
||||
too.
|
||||
@c man .TP
|
||||
@item -rom_toc_scan "on"|"force"|"off"[:"emul_on"|"emul_off"][:"emul_wide"|"emul_narrow"]
|
||||
@item -rom_toc_scan "on"|"force"|"off"[:"emul_off"][:"emul_wide"]
|
||||
@kindex -rom_toc_scan searches for sessions
|
||||
@cindex Table-of-content, search sessions, -rom_toc_scan
|
||||
Read-only drives do not tell the actual media type but show any media as
|
||||
@ -3435,6 +3435,9 @@ Mode "auto" is default. Alignment by padding happens only with
|
||||
"isolinux" "partition_table=on".
|
||||
@*
|
||||
Mode "on" causes alignment by padding with "partition_table=on" for any type.
|
||||
Mode "all" is like "on" but also pads up partitions from -append_partition
|
||||
to an aligned size.
|
||||
@*
|
||||
Mode "off" disables alignment for any type.
|
||||
@*
|
||||
@cindex MIPS boot file, activation
|
||||
@ -3491,7 +3494,8 @@ size 2048 will not be mountable -t hfsplus at least by older Linux kernels.
|
||||
Cause a prepared filesystem image to be appended to the ISO image and to be
|
||||
described by a partition table entry in a boot block at the start of the
|
||||
emerging ISO image. The partition entry will bear the size of the submitted
|
||||
file rounded up to the next multiple of 2048 bytes.
|
||||
file rounded up to the next multiple of 2048 bytes or to the next multiple
|
||||
of the cylinder size.
|
||||
@*
|
||||
Beware of subsequent multi-session runs. The appended partition will get
|
||||
overwritten.
|
||||
|
Reference in New Issue
Block a user