New -as mkisofs option --norock
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.3, Apr 11, 2012"
|
||||
@c man .TH XORRISOFS 1 "Version 1.2.3, May 22, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -148,8 +148,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.
|
||||
@*
|
||||
Rock Ridge information is produced unconditionally with any @command{xorrisofs}
|
||||
image.
|
||||
xorrisofs produces Rock Ridge information by default. It is strongly
|
||||
discouraged to disable this feature.
|
||||
@*
|
||||
@cindex Joliet, _definition
|
||||
@strong{Joliet}
|
||||
@ -181,8 +181,9 @@ is a path to an object in the local filesystem tree.
|
||||
@*
|
||||
@cindex iso_rr_path, _definition
|
||||
@strong{iso_rr_path}
|
||||
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.
|
||||
@cindex pathspec, _definition
|
||||
@*
|
||||
@sp 1
|
||||
@ -709,14 +710,15 @@ Alias of -N.
|
||||
@sp 1
|
||||
@c man .TP
|
||||
@item -R
|
||||
@kindex -R Rock Ridge (is always enabled)
|
||||
@cindex Rock Ridge, (always enabled), -R, -rock
|
||||
@kindex -R Rock Ridge (is enabled by default)
|
||||
@cindex Rock Ridge, (enabled by default), -R, -rock
|
||||
@*
|
||||
With mkisofs this option enables Rock Ridge extensions. @command{xorrisofs}
|
||||
produces them unconditionally.
|
||||
produces them by default. It is strongly discouraged to disable them
|
||||
by option @minus{}@minus{}norock.
|
||||
@c man .TP
|
||||
@item -rock
|
||||
@kindex -rock Rock Ridge (is always enabled)
|
||||
@kindex -rock Rock Ridge (is enabled by default)
|
||||
@*
|
||||
Alias of -R.
|
||||
@c man .TP
|
||||
@ -733,6 +735,15 @@ Remove s-bit and t-bit.
|
||||
@kindex -rational-rock Rock Ridge with altered owner and permission
|
||||
Alias of -r.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}norock
|
||||
@kindex @minus{}@minus{}norock disable Rock Ridge production
|
||||
@cindex Rock Ridge, disable production, @minus{}@minus{}norock
|
||||
@*
|
||||
This option disables the production of Rock Ridge extensions for the
|
||||
ISO 9660 file objects. The multi-session capabilities of @command{xorrisofs}
|
||||
depend much on the naming fidelity of Rock Ridge. So it is strongly
|
||||
discouraged to disable it by this option.
|
||||
@c man .TP
|
||||
@item -D
|
||||
@kindex -D allow deep directory hierachies
|
||||
@cindex Deep directories, allow, -D, -disable-deep-relocation
|
||||
|
Reference in New Issue
Block a user