Corrected statement about sort weight of files which are loaded from ISO image

This commit is contained in:
2013-05-24 11:17:51 +00:00
parent b767e512b2
commit 5e93deef4d
3 changed files with 57 additions and 42 deletions

View File

@ -1985,7 +1985,12 @@ The number may range from \-2147483648 to 2147483647. The higher it is, the
lower will be the block address of the file data in the emerging ISO image.
Currently the 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.
.br
Data files which are loaded by \-indev or \-dev get a weight between 1 and
2 exp 28 = 268,435,456, depending on their block address. This shall keep
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.
.br
E.g.: \-exec sort_weight 3 \-\-
.br