Corrected statement about sort weight of files which are loaded from ISO image
This commit is contained in:
@ -2381,7 +2381,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.
|
||||
@*
|
||||
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.
|
||||
@*
|
||||
Data files which are added by other commands get an initial weight of 0.
|
||||
@*
|
||||
E.g.: -exec sort_weight 3 @minus{}@minus{}
|
||||
@*
|
||||
|
Reference in New Issue
Block a user