Removed references to option -graft-points

This commit is contained in:
Thomas Schmitt 2007-12-06 19:01:14 +00:00
parent 6e916208d8
commit 75d2373c1c
1 changed files with 24 additions and 12 deletions

View File

@ -429,7 +429,7 @@ Setting "ls" enables it only for those which are marked by
Insert the given files or directory trees from filesystem Insert the given files or directory trees from filesystem
into the ISO image. into the ISO image.
.br .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 character '=' has a special meaning. It eventually separates the ISO image path
from the disk path: from the disk path:
.br .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, If in this case the word does not begin with '/' then -cdx is prepended,
not -cd. not -cd.
.br .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 The resulting words are used as both, iso_rr_path and disk path. Eventually
-cdx gets prepended. -cdx gets prepended.
.TP .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 structure, not the ISO image directory tree. In case of
overwriteable media holding a valid ISO image, a single overwriteable media holding a valid ISO image, a single
session gets fabricated from the ISO image size info. 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 .TP
\fB\-devices\fR \fB\-devices\fR
Show list of available MMC drives with the addresses of 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 \fB\-status_history_max\fR number
Set maximum number of history lines to be reported with -status "long_history". Set maximum number of history lines to be reported with -status "long_history".
.TP .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 \fB\-options_from_file\fR fileaddress
Reads lines from fileaddress and executes them as dialog lines. Reads lines from fileaddress and executes them as dialog lines.
.TP .TP
@ -907,6 +917,14 @@ line by a channel indicator:
'R:' for result lines, 'R:' for result lines,
'I:' for notes and error messages, 'I:' for notes and error messages,
'M:' for -mark texts. '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 .TP
\fB\-logfile\fR channel fileaddress \fB\-logfile\fR channel fileaddress
Copy output of a channel to the given file. 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 If text is not empty it will get put out each time an
action has been completed. action has been completed.
.TP .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 \fB\-prog\fR text
Use text as this program's name in subsequent messages Use text as this program's name in subsequent messages
.TP .TP
@ -952,7 +964,7 @@ session to media.
.br .br
\fB$\fR xorriso -outdev /dev/sr2 \\ \fB$\fR xorriso -outdev /dev/sr2 \\
-blank fast \\ -blank fast \\
-graft-points \\ -pathspecs on \\
-add \\ -add \\
/sounds=/home/me/sounds \\ /sounds=/home/me/sounds \\
/pictures \\ /pictures \\
@ -971,7 +983,7 @@ with addresses from the hard disk.
.SS .SS
.B A dialog session doing about the same .B A dialog session doing about the same
.br .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. are done as dialog input. The pager gets set to 20 lines of 80 characters.
.br .br
The drive is aquired by option -dev rather than -outdev in order to see 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 In order to be able to eject the media, the session needs to be committed
explicitely. explicitely.
.br .br
.B $ xorriso -graft-points -dialog on -page 20 80 .B $ xorriso -pathspecs on -dialog on -page 20 80
.br .br
enter option and arguments : enter option and arguments :
.br .br
@ -1026,7 +1038,7 @@ Add new directory trees /sounds and /movies. Burn to the same media and eject.
/pictures/restricted \\ /pictures/restricted \\
-- \\ -- \\
-chmod go-rwx /pictures/restricted -- \\ -chmod go-rwx /pictures/restricted -- \\
-graft-points \\ -pathsspecs on \\
-add \\ -add \\
/sounds=/home/me/prepared_for_dvd/sounds_dummy \\ /sounds=/home/me/prepared_for_dvd/sounds_dummy \\
/movies=/home/me/prepared_for_dvd/movies \\ /movies=/home/me/prepared_for_dvd/movies \\