New -as mkisofs option --norock
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.2.3, Apr 11, 2012"
|
||||
.TH XORRISOFS 1 "Version 1.2.3, May 22, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -60,8 +60,8 @@ with ownership, access permissions, symbolic links, and other attributes.
|
||||
Rock Ridge allows filenames of up to 255 bytes and paths of up to
|
||||
1024 bytes.
|
||||
.br
|
||||
Rock Ridge information is produced unconditionally with any \fBxorrisofs\fR
|
||||
image.
|
||||
xorrisofs produces Rock Ridge information by default. It is strongly
|
||||
discouraged to disable this feature.
|
||||
.br
|
||||
\fBJoliet\fR
|
||||
is the name of an additional directory tree which provides
|
||||
@ -86,8 +86,9 @@ Production of this directory tree may be enabled by option \-iso\-level 4.
|
||||
is a path to an object in the local filesystem tree.
|
||||
.br
|
||||
\fBiso_rr_path\fR
|
||||
is the Rock Ridge address of a file object in the ISO image. (Do not
|
||||
confuse with the lowlevel ISO 9660 names visible if Rock Ridge gets ignored.)
|
||||
is the Rock Ridge address of a file object in the ISO image.
|
||||
If no Rock Ridge information shall be stored in an emerging ISO, then the
|
||||
names will get mapped to ISO 9660 names of limited length and character set.
|
||||
.br
|
||||
.PP
|
||||
A program argument is handled as a \fBpathspec\fR, if it is not
|
||||
@ -483,7 +484,8 @@ Alias of \-N.
|
||||
\fB\-R\fR
|
||||
.br
|
||||
With mkisofs this option enables Rock Ridge extensions. \fBxorrisofs\fR
|
||||
produces them unconditionally.
|
||||
produces them by default. It is strongly discouraged to disable them
|
||||
by option \-\-norock.
|
||||
.TP
|
||||
\fB\-rock\fR
|
||||
.br
|
||||
@ -499,6 +501,13 @@ Remove s\-bit and t\-bit.
|
||||
\fB\-rational-rock\fR
|
||||
Alias of \-r.
|
||||
.TP
|
||||
\fB--norock\fR
|
||||
.br
|
||||
This option disables the production of Rock Ridge extensions for the
|
||||
ISO 9660 file objects. The multi\-session capabilities of \fBxorrisofs\fR
|
||||
depend much on the naming fidelity of Rock Ridge. So it is strongly
|
||||
discouraged to disable it by this option.
|
||||
.TP
|
||||
\fB\-D\fR
|
||||
The standard ECMA\-119 demands that no path in the image shall have more
|
||||
than 8 name components or 255 characters. Therefore it would be necessary
|
||||
|
Reference in New Issue
Block a user