Mentioned the change of default weight for boot image files

This commit is contained in:
Thomas Schmitt 2013-09-07 20:12:08 +00:00
parent 88aa152a88
commit 9a8b387507
6 changed files with 90 additions and 85 deletions

View File

@ -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.3.3, Sep 03, 2013"
.TH XORRISO 1 "Version 1.3.3, Sep 07, 2013"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -1991,6 +1991,7 @@ Data files which are loaded by \-indev or \-dev get a weight between 1 and
them roughly in the same order if the write method of modifying is applied.
.br
Data files which are added by other commands get an initial weight of 0.
Boot image files have a default weight of 2.
.br
E.g.: \-exec sort_weight 3 \-\-
.br

View File

@ -1772,7 +1772,7 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Commands
block address. This shall keep them roughly in the same order
if the write method of modifying is applied.
Data files which are added by other commands get an initial
weight of 0.
weight of 0. Boot image files have a default weight of 2.
E.g.: -exec sort_weight 3 --
show_stream
shows the content stream chain of a data file.
@ -5328,43 +5328,43 @@ Node: Insert46505
Node: SetInsert56704
Node: Manip65281
Node: CmdFind74790
Node: Filter89786
Node: Writing94342
Node: SetWrite104039
Node: Bootable123506
Node: Jigdo139896
Node: Charset144143
Node: Exception146905
Node: DialogCtl153025
Node: Inquiry155623
Node: Navigate161940
Node: Verify170238
Node: Restore179270
Node: Emulation186357
Node: Scripting196659
Node: Frontend204430
Node: Examples214037
Node: ExDevices215215
Node: ExCreate215874
Node: ExDialog217159
Node: ExGrowing218424
Node: ExModifying219229
Node: ExBootable219733
Node: ExCharset220285
Node: ExPseudo221106
Node: ExCdrecord222004
Node: ExMkisofs222321
Node: ExGrowisofs223661
Node: ExException224796
Node: ExTime225250
Node: ExIncBackup225709
Node: ExRestore229689
Node: ExRecovery230622
Node: Files231192
Node: Seealso232491
Node: Bugreport233214
Node: Legal233795
Node: CommandIdx234806
Node: ConceptIdx251395
Node: Filter89832
Node: Writing94388
Node: SetWrite104085
Node: Bootable123552
Node: Jigdo139942
Node: Charset144189
Node: Exception146951
Node: DialogCtl153071
Node: Inquiry155669
Node: Navigate161986
Node: Verify170284
Node: Restore179316
Node: Emulation186403
Node: Scripting196705
Node: Frontend204476
Node: Examples214083
Node: ExDevices215261
Node: ExCreate215920
Node: ExDialog217205
Node: ExGrowing218470
Node: ExModifying219275
Node: ExBootable219779
Node: ExCharset220331
Node: ExPseudo221152
Node: ExCdrecord222050
Node: ExMkisofs222367
Node: ExGrowisofs223707
Node: ExException224842
Node: ExTime225296
Node: ExIncBackup225755
Node: ExRestore229735
Node: ExRecovery230668
Node: Files231238
Node: Seealso232537
Node: Bugreport233260
Node: Legal233841
Node: CommandIdx234852
Node: ConceptIdx251441

End Tag Table

View File

@ -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.3.3, Sep 03, 2013"
@c man .TH XORRISO 1 "Version 1.3.3, Sep 07, 2013"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -2387,6 +2387,7 @@ Data files which are loaded by -indev or -dev get a weight between 1 and
them roughly in the same order if the write method of modifying is applied.
@*
Data files which are added by other commands get an initial weight of 0.
Boot image files have a default weight of 2.
@*
E.g.: -exec sort_weight 3 @minus{}@minus{}
@*

View File

@ -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.3, Aug 07, 2013"
.TH XORRISOFS 1 "Version 1.3.3, Sep 07, 2013"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -372,7 +372,8 @@ The higher it is, the lower will be the block address of the file data
in the emerging ISO image.
Currently the El Torito boot catalog has a hardcoded weight of 1 billion.
Normally it should occupy the block with the lowest possible address.
Data files get added or loaded with initial weight 0.
Data files get added or loaded with initial weight 0. Boot image files
have a default weight of 2.
.TP
\fB--sort-weight-list\fR disk_path
Read pairs of weight number and iso_rr_path from a file of the

View File

@ -391,7 +391,8 @@ File: xorrisofs.info, Node: SetProduct, Next: SetCompl, Prev: SetInsert, Up:
in the emerging ISO image. Currently the El Torito boot catalog
has a hardcoded weight of 1 billion. Normally it should occupy
the block with the lowest possible address. Data files get added
or loaded with initial weight 0.
or loaded with initial weight 0. Boot image files have a default
weight of 2.
--sort-weight-list disk_path
Read pairs of weight number and iso_rr_path from a file of the
@ -1796,7 +1797,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* --no_rc do not execute startup files: Miscellaneous. (line 19)
* --norock disable Rock Ridge production: SetExtras. (line 25)
* --old-empty old block addresses for empty files: SetProduct.
(line 106)
(line 107)
* --old-root-devno enable disk idevno with -old-root: SetInsert.
(line 97)
* --old-root-no-ino disable disk ino with -old-root: SetInsert.
@ -1810,9 +1811,9 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* --sort-weight set block address sorting weight: SetProduct.
(line 49)
* --sort-weight-list set block address sorting weight: SetProduct.
(line 60)
(line 61)
* --sort-weight-patterns set block address sorting weight: SetProduct.
(line 81)
(line 82)
* --stdio_sync control forced output to disk files: SetProduct.
(line 25)
* --xattr Recording of xattr: SetExtras. (line 77)
@ -1839,7 +1840,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -D allow deep directory hierachies: SetExtras. (line 31)
* -d omit trailing dot in ISO file names: SetCompl. (line 56)
* -dev set path for loading existing ISO image: Loading. (line 25)
* -dir-mode permissions for all directories: SetProduct. (line 85)
* -dir-mode permissions for all directories: SetProduct. (line 86)
* -disable-deep-relocation allow deep directory hierachies: SetExtras.
(line 44)
* -disallow_dir_id_ext enforce ISO level 1 directory names: SetCompl.
@ -1857,7 +1858,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -exclude-list exclude disk files from inserting: SetInsert.
(line 51)
* -f follow symbolic links on disk: SetInsert. (line 24)
* -file-mode permissions for all data files: SetProduct. (line 91)
* -file-mode permissions for all data files: SetProduct. (line 92)
* -follow-links follow symbolic links on disk: SetInsert. (line 28)
* -full-iso9660-filenames allow 31 characters in ISO file names: SetCompl.
(line 66)
@ -1923,7 +1924,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -mipsel-boot MIPS Little Endian boot image: SystemArea. (line 178)
* -N omit version number in ISO file names: SetCompl. (line 73)
* -no-emul-boot El Torito boot image emulation: Bootable. (line 72)
* -no-pad do not add zeros to ISO tree: SetProduct. (line 101)
* -no-pad do not add zeros to ISO tree: SetProduct. (line 102)
* -o set output file address: SetProduct. (line 8)
* -old-exclude exclude disk files from inserting: SetInsert.
(line 48)
@ -1937,7 +1938,7 @@ File: xorrisofs.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
(line 21)
* -p set Preparer Id: ImageId. (line 54)
* -P set Publisher Id: ImageId. (line 30)
* -pad add 300 KiB of zeros to ISO tree: SetProduct. (line 94)
* -pad add 300 KiB of zeros to ISO tree: SetProduct. (line 95)
* -partition_cyl_align Image size alignment: SystemArea. (line 116)
* -partition_hd_cyl MBR heads per cylinder: SystemArea. (line 99)
* -partition_offset Make mountable by partition 1: SystemArea.
@ -1998,9 +1999,9 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Block address, set sorting weight, --sort-weight: SetProduct.
(line 49)
* Block address, set sorting weight, --sort-weight-list: SetProduct.
(line 60)
(line 61)
* Block address, set sorting weight, --sort-weight-patterns: SetProduct.
(line 81)
(line 82)
* Bootability, boot catalog hidden, --boot-catalog-hide: Bootable.
(line 114)
* Bootability, boot catalog name, -c, -eltorito-catalog: Bootable.
@ -2145,15 +2146,15 @@ File: xorrisofs.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
(line 87)
* Options, list, -help: Miscellaneous. (line 23)
* Output file, set address, -o, -output: SetProduct. (line 8)
* Padding, 300 KiB, -pad: SetProduct. (line 94)
* Padding, disable, --old-empty: SetProduct. (line 106)
* Padding, disable, -no-pad: SetProduct. (line 101)
* Padding, 300 KiB, -pad: SetProduct. (line 95)
* Padding, disable, --old-empty: SetProduct. (line 107)
* Padding, disable, -no-pad: SetProduct. (line 102)
* pathspec, _definition: Insert. (line 12)
* pathspec, enable target=source, -graft-points: SetInsert. (line 31)
* pathspec, read list of, --quoted_path_list: SetInsert. (line 13)
* pathspec, read list of, -path-list: SetInsert. (line 8)
* Permissions, for all data files, -file-mode: SetProduct. (line 91)
* Permissions, for all directories, -dir-mode: SetProduct. (line 85)
* Permissions, for all data files, -file-mode: SetProduct. (line 92)
* Permissions, for all directories, -dir-mode: SetProduct. (line 86)
* Preparer Id, set, -p: ImageId. (line 54)
* Problems, reporting: Bugreport. (line 6)
* Program version, report, -version: Miscellaneous. (line 46)
@ -2193,28 +2194,28 @@ Node: Options6709
Node: Loading7436
Node: SetInsert9732
Node: SetProduct14148
Node: SetCompl19092
Node: SetExtras21688
Node: SetHide30097
Node: ImageId31405
Node: Bootable35573
Node: SystemArea40567
Node: Charset50864
Node: Jigdo51890
Node: Miscellaneous56157
Node: Examples57801
Node: ExSimple58287
Node: ExGraft58766
Node: ExMkisofs60013
Node: ExGrowisofs61266
Node: ExIncBackup62438
Node: ExIncBckAcc65546
Node: ExBootable67222
Node: Files69314
Node: Seealso70388
Node: Bugreport71044
Node: Legal71625
Node: CommandIdx72520
Node: ConceptIdx87149
Node: SetCompl19142
Node: SetExtras21738
Node: SetHide30147
Node: ImageId31455
Node: Bootable35623
Node: SystemArea40617
Node: Charset50914
Node: Jigdo51940
Node: Miscellaneous56207
Node: Examples57851
Node: ExSimple58337
Node: ExGraft58816
Node: ExMkisofs60063
Node: ExGrowisofs61316
Node: ExIncBackup62488
Node: ExIncBckAcc65596
Node: ExBootable67272
Node: Files69364
Node: Seealso70438
Node: Bugreport71094
Node: Legal71675
Node: CommandIdx72570
Node: ConceptIdx87199

End Tag Table

View File

@ -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.3.3, Aug 07, 2013"
@c man .TH XORRISOFS 1 "Version 1.3.3, Sep 07, 2013"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -257,7 +257,7 @@ So for writing of sequential optical media (CD, DVD-R, DVD+R, BD-R)
one will have to use a burn program. E.g the cdrecord emulation of xorriso.
See EXAMPLES.
@c man .SS
@node Options, Examples, Xorriso, top
@node Options, Examples, Xorriso, Top
@chapter Options
@cindex xorriso, options
@c man .br
@ -555,7 +555,8 @@ The higher it is, the lower will be the block address of the file data
in the emerging ISO image.
Currently the El Torito boot catalog has a hardcoded weight of 1 billion.
Normally it should occupy the block with the lowest possible address.
Data files get added or loaded with initial weight 0.
Data files get added or loaded with initial weight 0. Boot image files
have a default weight of 2.
@c man .TP
@item @minus{}@minus{}sort-weight-list disk_path
@kindex @minus{}@minus{}sort-weight-list set block address sorting weight
@ -2451,7 +2452,7 @@ Compliments towards Joerg Schilling whose cdrtools served me for ten years.
@chapter Alphabetic Command List
@printindex ky
@node ConceptIdx,, CommandIdx, top
@node ConceptIdx,, CommandIdx, Top
@chapter Alphabetic List of Concepts and Objects
@printindex cp