Removed references to option -graft-points
This commit is contained in:
parent
86d1664c83
commit
8057936c31
@ -429,7 +429,7 @@ Setting "ls" enables it only for those which are marked by
|
||||
Insert the given files or directory trees from filesystem
|
||||
into the ISO image.
|
||||
.br
|
||||
If -graft-points is set then pattern expansion is always disabled and
|
||||
If -pathspecs is set to "on" then pattern expansion is always disabled and
|
||||
character '=' has a special meaning. It eventually separates the ISO image path
|
||||
from the disk path:
|
||||
.br
|
||||
@ -443,7 +443,7 @@ If no '=' is given then the word is used as both, iso_rr_path and disk path.
|
||||
If in this case the word does not begin with '/' then -cdx is prepended,
|
||||
not -cd.
|
||||
.br
|
||||
If -graft-points-off is set then eventual -disk_pattern expansion applies.
|
||||
If -pathspecs is set to "off" then eventual -disk_pattern expansion applies.
|
||||
The resulting words are used as both, iso_rr_path and disk path. Eventually
|
||||
-cdx gets prepended.
|
||||
.TP
|
||||
@ -761,6 +761,10 @@ Show media specific table of content. This is the media
|
||||
structure, not the ISO image directory tree. In case of
|
||||
overwriteable media holding a valid ISO image, a single
|
||||
session gets fabricated from the ISO image size info.
|
||||
.br
|
||||
A drive which is incapable of writing may show any media as CD-ROM or DVD-ROM
|
||||
with only one or two sessions on it. The last of these sessions is supposed
|
||||
to be the most recent real session then.
|
||||
.TP
|
||||
\fB\-devices\fR
|
||||
Show list of available MMC drives with the addresses of
|
||||
@ -879,6 +883,12 @@ if its start matches the filter text. No wildcards.
|
||||
\fB\-status_history_max\fR number
|
||||
Set maximum number of history lines to be reported with -status "long_history".
|
||||
.TP
|
||||
\fB\-temp_mem_limit\fR number["k"|"m"]
|
||||
Set the maximum size of temporary memory to be used for image dependent
|
||||
buffering. Currently this applies to pattern expansion only.
|
||||
.br
|
||||
Default is 16m = 16 MiB, minimum 64k = 64 kiB, maximum 1024m = 1 GiB.
|
||||
.TP
|
||||
\fB\-options_from_file\fR fileaddress
|
||||
Reads lines from fileaddress and executes them as dialog lines.
|
||||
.TP
|
||||
@ -907,6 +917,14 @@ line by a channel indicator:
|
||||
'R:' for result lines,
|
||||
'I:' for notes and error messages,
|
||||
'M:' for -mark texts.
|
||||
.br
|
||||
Next is a decimal number of which only bit 0 has a meaning for now.
|
||||
0 means no newline at end of payload, 1 means that the newline character at
|
||||
the end of the output line belongs to the payload. After another colon follows
|
||||
the payload text.
|
||||
.br
|
||||
Example:
|
||||
I:1: enter option and arguments :
|
||||
.TP
|
||||
\fB\-logfile\fR channel fileaddress
|
||||
Copy output of a channel to the given file.
|
||||
@ -915,12 +933,6 @@ Copy output of a channel to the given file.
|
||||
If text is not empty it will get put out each time an
|
||||
action has been completed.
|
||||
.TP
|
||||
\fB\-temp_mem_limit\fR number["k"|"m"]
|
||||
Set the maximum size of temporary memory to be used for image dependent
|
||||
buffering. Currently this applies to pattern expansion only.
|
||||
.br
|
||||
Default is 16m = 16 MiB, minimum 64k = 64 kiB, maximum 1024m = 1 GiB.
|
||||
.TP
|
||||
\fB\-prog\fR text
|
||||
Use text as this program's name in subsequent messages
|
||||
.TP
|
||||
@ -952,7 +964,7 @@ session to media.
|
||||
.br
|
||||
\fB$\fR xorriso -outdev /dev/sr2 \\
|
||||
-blank fast \\
|
||||
-graft-points \\
|
||||
-pathspecs on \\
|
||||
-add \\
|
||||
/sounds=/home/me/sounds \\
|
||||
/pictures \\
|
||||
@ -971,7 +983,7 @@ with addresses from the hard disk.
|
||||
.SS
|
||||
.B A dialog session doing about the same
|
||||
.br
|
||||
-graft-points is already given as start argument. The other activities
|
||||
-pathspecs is already given as start argument. The other activities
|
||||
are done as dialog input. The pager gets set to 20 lines of 80 characters.
|
||||
.br
|
||||
The drive is aquired by option -dev rather than -outdev in order to see
|
||||
@ -981,7 +993,7 @@ made ready for being overwritten and the loaded ISO image is made empty.
|
||||
In order to be able to eject the media, the session needs to be committed
|
||||
explicitely.
|
||||
.br
|
||||
.B $ xorriso -graft-points -dialog on -page 20 80
|
||||
.B $ xorriso -pathspecs on -dialog on -page 20 80
|
||||
.br
|
||||
enter option and arguments :
|
||||
.br
|
||||
@ -1026,7 +1038,7 @@ Add new directory trees /sounds and /movies. Burn to the same media and eject.
|
||||
/pictures/restricted \\
|
||||
-- \\
|
||||
-chmod go-rwx /pictures/restricted -- \\
|
||||
-graft-points \\
|
||||
-pathsspecs on \\
|
||||
-add \\
|
||||
/sounds=/home/me/prepared_for_dvd/sounds_dummy \\
|
||||
/movies=/home/me/prepared_for_dvd/movies \\
|
||||
|
Loading…
Reference in New Issue
Block a user