|
|
|
@ -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.2.1, Mar 12, 2012" |
|
|
|
|
.TH XORRISOFS 1 "Version 1.2.1, Mar 14, 2012" |
|
|
|
|
.\" Please adjust this date whenever revising the manpage. |
|
|
|
|
.\" |
|
|
|
|
.\" Some roff macros, for reference: |
|
|
|
@ -494,26 +494,26 @@ Alias of \-r.
|
|
|
|
|
.TP |
|
|
|
|
\fB\-D\fR |
|
|
|
|
The standard ECMA\-119 demands that no path in the image shall have more |
|
|
|
|
than 8 name components. Therefore it would be necessary to move deeper |
|
|
|
|
directory trees to a higher directory. Rock Ridge offers an opportunity to |
|
|
|
|
let these relocated directories appear at their orginal deep position, but |
|
|
|
|
this feature might not be implemented properly by operating systems which |
|
|
|
|
mount the image. |
|
|
|
|
than 8 name components or 255 characters. Therefore it would be necessary |
|
|
|
|
to move deeper directory trees to a higher directory. Rock Ridge offers an |
|
|
|
|
opportunity to let these relocated directories appear at their orginal |
|
|
|
|
deep position, but this feature might not be implemented properly by |
|
|
|
|
operating systems which mount the image. |
|
|
|
|
.br |
|
|
|
|
Option \-D disables this deep directory relocation, and thus violates |
|
|
|
|
ISO 9660 specs. |
|
|
|
|
.br |
|
|
|
|
xorrisofs has \-D set by default. It may get overridden by option \-rr_reloc_dir |
|
|
|
|
or by option \-hide\-rr\-moved, and it may override said options. The last one |
|
|
|
|
in the option list wins. |
|
|
|
|
xorrisofs has \-D set by default. If given explicitely then it overrides |
|
|
|
|
the options \-rr_reloc_dir and \-hide\-rr\-moved. |
|
|
|
|
.TP |
|
|
|
|
\fB\-disable-deep-relocation\fR |
|
|
|
|
Alias of \-D. |
|
|
|
|
.TP |
|
|
|
|
\fB\-rr_reloc_dir\fR name |
|
|
|
|
Enable the relocation of deep directories and thus avoid ECMA\-119 file paths |
|
|
|
|
of more than 8 name components. Directories of depth 8 will get moved to a |
|
|
|
|
directory in the root directory of the image. Its name gets set by this option. |
|
|
|
|
of more than 8 name components or 255 characters. Directories which lead to |
|
|
|
|
such file paths will get moved to a directory in the root directory of the |
|
|
|
|
image. Its name gets set by this option. |
|
|
|
|
It is permissible to use the root directory itself. |
|
|
|
|
.br |
|
|
|
|
The overall directory tree will appear originally deep when interpreted as |
|
|
|
@ -527,6 +527,8 @@ mounted Rock Ridge images.
|
|
|
|
|
.br |
|
|
|
|
The name must not contain a '/' character after its first character and it |
|
|
|
|
must not be longer than 255 bytes. |
|
|
|
|
.br |
|
|
|
|
This option has no effect if option \-D is present. |
|
|
|
|
.TP |
|
|
|
|
\fB\-hide-rr-moved\fR |
|
|
|
|
Alias of \-rr_reloc_dir "/.rr_moved" |
|
|
|
|