New command -rockridge
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 XORRISO 1 "Version 1.2.3, Mai 02, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.3, Mai 22, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -372,8 +372,8 @@ an ISO 9660 filesystem so that it can represent a POSIX compliant filesystem
|
||||
with ownership, access permissions, symbolic links, and other attributes.
|
||||
.br
|
||||
This is what \fBxorriso\fR uses for a decent representation of the disk
|
||||
files within the ISO image. Rock Ridge information is produced with any
|
||||
\fBxorriso\fR image.
|
||||
files within the ISO image. \fBxorriso\fR produces Rock Ridge information
|
||||
by default. It is strongly discouraged to disable this feature.
|
||||
.PP
|
||||
\fBxorriso\fR is not named "porriso" because POSIX only guarantees
|
||||
14 characters
|
||||
@ -971,8 +971,11 @@ The following commands expect file addresses of two kinds:
|
||||
is a path to an object in the local filesystem tree.
|
||||
.br
|
||||
\fBiso_rr_path\fR
|
||||
is the Rock Ridge name 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 name of a file object in the ISO image.
|
||||
If no Rock Ridge information is recorded in the loaded ISO image, then you
|
||||
will see ISO 9660 names which are of limited length and character set.
|
||||
If no Rock Ridge information shall be stored in an emerging ISO image, then
|
||||
their names will get mapped to such restricted ISO 9660 names.
|
||||
.PP
|
||||
Note that in the ISO image you are as powerful as the superuser. Access
|
||||
permissions of the existing files in the image do not apply to your write
|
||||
@ -2193,13 +2196,19 @@ The currently recognized type is marked by text "(current)".
|
||||
.TP
|
||||
.B Settings for result writing:
|
||||
.PP
|
||||
Rock Ridge info will be generated by the program unconditionally.
|
||||
Rock Ridge info will be generated by default.
|
||||
ACLs will be written according to the setting of command \-acl.
|
||||
.TP
|
||||
\fB\-joliet\fR "on"|"off"
|
||||
If enabled by "on", generate Joliet tree additional to ISO 9660 + Rock Ridge
|
||||
tree.
|
||||
.TP
|
||||
\fB\-rockridge\fR "on"|"off"
|
||||
Mode "off" disables production of Rock Ridge information for the ISO 9660 file
|
||||
objects. The multi\-session capabilities of xorriso depend much on the naming
|
||||
fidelity of Rock Ridge. So it is strongly discouraged to deviate from
|
||||
default setting "on".
|
||||
.TP
|
||||
\fB\-compliance\fR rule[:rule...]
|
||||
Adjust the compliance to specifications of ISO 9660/ECMA\-119 and its
|
||||
contemporary extensions. In some
|
||||
|
Reference in New Issue
Block a user