New -as mkisofs options --sort-weight-list and --sort-weight-patterns
This commit is contained in:
@ -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.1, May 17, 2013"
|
||||
.TH XORRISOFS 1 "Version 1.3.1, May 27, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -374,6 +374,35 @@ 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.
|
||||
.TP
|
||||
\fB--sort-weight-list\fR disk_path
|
||||
Read pairs of weight number and iso_rr_path from a file of the
|
||||
local filesystem. Apply each pair like with \-\-sort\-weight.
|
||||
.br
|
||||
Only the last \-\-sort\-weight\-list or
|
||||
\-\-sort\-weight\-patterns of a xorrisofs run gets into effect.
|
||||
.br
|
||||
The weight number is read from the start of the line.
|
||||
The iso_rr_path part of an input line begins immediately after the first blank
|
||||
or tab character of the line.
|
||||
.br
|
||||
Notes for the case that this feature is used within a sequence of generic
|
||||
xorriso commands (not an issue with a pure mkisofs emulation run):
|
||||
.br
|
||||
The addressed files must already be in the ISO image model when you execute
|
||||
.br
|
||||
\-as mkisofs \-\-sort\-weight\-list disk_path \-\-
|
||||
.br
|
||||
Several such commands may be used to apply more than one weight file.
|
||||
.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.
|
||||
.TP
|
||||
\fB--sort-weight-patterns\fR disk_path
|
||||
Like \-\-sort\-weight\-list , but expanding the iso_rr_paths as
|
||||
shell parser patterns and applying \-\-sort\-weight to each
|
||||
matching file.
|
||||
.TP
|
||||
\fB\-dir-mode\fR mode
|
||||
Set the access permissions for all directories in the image to the given
|
||||
mode which is either an octal number beginning with "0" or a comma separated
|
||||
|
Reference in New Issue
Block a user