Suffix rollback with -set_filter --remove-all-filters
This commit is contained in:
@ -2,7 +2,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 XORRISO 1 "Apr 05, 2009"
|
||||
.TH XORRISO 1 "Apr 06, 2009"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1094,6 +1094,8 @@ original content from stdin and writing to stdout whatever they want.
|
||||
They must deliver the same output on the same input in repeated runs.
|
||||
.br
|
||||
Options are:
|
||||
.br
|
||||
"default" means that no other option is intended.
|
||||
.br
|
||||
"suffix=..." sets a file name suffix. If it is not empty then it will be
|
||||
appended to the file name or removed from it.
|
||||
@ -1134,12 +1136,14 @@ By default they are banned if xorriso runs under setuid permission.
|
||||
.TP
|
||||
\fB\-set_filter\fR name iso_rr_path [***]
|
||||
Apply an -external_filter to the given data files in the ISO image.
|
||||
If the filter suffix is not empty , then it will be appended to the file name.
|
||||
If the filter suffix is not empty , then it will be applied to the file name.
|
||||
Renaming only happens if the filter really gets attached and is not revoked by
|
||||
its options. Files which already bear the suffix will not get filtered.
|
||||
its options.
|
||||
By default files which already bear the suffix will not get filtered. The
|
||||
others will get the suffix appended to their names.
|
||||
If the filter has option "remove_suffix", then the filter will only be
|
||||
applied if the suffix is present and can be removed.
|
||||
Name collisons caused by suffix change will prevent filtering.
|
||||
Name oversize or collision caused by suffix change will prevent filtering.
|
||||
.br
|
||||
This command will immediately run the filter once for each file
|
||||
in order to determine the output size.
|
||||
@ -1151,10 +1155,9 @@ output from the first run. Filtering for image generation does not happen
|
||||
with files from the loaded ISO image if the write method of growing is in
|
||||
effect (i.e -indev and -outdev are identical).
|
||||
.br
|
||||
The reserved filter name "--remove-all-filters" revokes filtering. A suffix
|
||||
may be appended after a "+" or "-". "-" will restrict the filter removal
|
||||
to files with that suffix and remove it from the file name. "+" will only
|
||||
process files without that suffix and add it to the name.
|
||||
The reserved filter name "--remove-all-filters" revokes filtering. This will
|
||||
revoke eventual suffix renamings as well. Use "--remove-all-filters+" to
|
||||
prevent any suffix renaming.
|
||||
.TP
|
||||
\fB\-set_filter_r\fR name isuffix iso_rr_path [***]
|
||||
Like -set_filter but affecting all data files below eventual directories.
|
||||
|
Reference in New Issue
Block a user