Mentioned the change of default weight for boot image files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user