Raised boot catalog weight to 1000000000

This commit is contained in:
2010-04-20 14:02:54 +00:00
parent 6ff4a5b71b
commit 63f4b5c089
5 changed files with 50 additions and 46 deletions

View File

@ -44,7 +44,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 "Apr 18, 2010"
@c man .TH XORRISO 1 "Apr 20, 2010"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -2004,8 +2004,9 @@ attributes a LBA weight number to regular files.
@*
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 1000. Better keep
own weights lower than that.)
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.
@*
E.g.: -exec sort_weight 3 @minus{}@minus{}
@*