HTML version of man xorrisofs
This commit is contained in:
@ -211,6 +211,7 @@ type can enclose the marks of the other type. A trailing backslash \\ outside
|
||||
quotations or an open quotation cause the next input line to be appended.
|
||||
.TP
|
||||
\fB\-f\fR
|
||||
.br
|
||||
Resolve symbolic links on disk rather than storing them as symbolic
|
||||
links in the ISO image.
|
||||
.TP
|
||||
@ -233,6 +234,7 @@ It is possible to give more than one -m option.
|
||||
Alias of -m.
|
||||
.TP
|
||||
\fB\-x\fR
|
||||
.br
|
||||
Alias of -m.
|
||||
.TP
|
||||
\fB\-old-exclude\fR
|
||||
@ -242,6 +244,7 @@ Alias of -m.
|
||||
Perform -m using each line out of file disk_path as argument disk_pattern.
|
||||
.TP
|
||||
\fB\-z\fR
|
||||
.br
|
||||
Enable recognition and proper processing of zisofs compressed files
|
||||
as produced by program mkzftree. These files will get equipped with the
|
||||
necessary meta data so that a Linux kernel will recognize them and
|
||||
@ -361,6 +364,7 @@ list of statements of the form [ugoa]*[+-=][rwxst]* . E.g. ug=rx,a-rwx
|
||||
Like -dir-mode but for all regular data files in the image.
|
||||
.TP
|
||||
\fB\-pad\fR
|
||||
.br
|
||||
Add 300 KiB to the end of the produced ISO image. This circumvents possible
|
||||
read errors from ISO images which have been written to CD media in TAO mode.
|
||||
The additional bytes are claimed as part of the ISO image if not --emul-toc
|
||||
@ -405,6 +409,7 @@ of directories. On the other hand, some bootable GNU/Linux images depend on
|
||||
this bad habit.
|
||||
.TP
|
||||
\fB\-U\fR
|
||||
.br
|
||||
This option allows ISO file names without dot and up to 37 characters,
|
||||
ISO file paths longer than 255 characters, and all ASCII characters in file
|
||||
names. Further it omits the semicolon and the version numbers at the end
|
||||
@ -428,6 +433,7 @@ Allow lowercase character in ISO file names.
|
||||
This violates ISO 9660 specs.
|
||||
.TP
|
||||
\fB\-d\fR
|
||||
.br
|
||||
Do not add trailing dot to ISO file names without dot.
|
||||
.br
|
||||
This violates ISO 9660 specs.
|
||||
@ -436,6 +442,7 @@ This violates ISO 9660 specs.
|
||||
Alias of -d.
|
||||
.TP
|
||||
\fB\-l\fR
|
||||
.br
|
||||
Allow up to 37 characters in ISO file names.
|
||||
.br
|
||||
This violates ISO 9660 specs.
|
||||
@ -447,6 +454,7 @@ Alias of -l.
|
||||
Alias of -l.
|
||||
.TP
|
||||
\fB\-N\fR
|
||||
.br
|
||||
Omit the semicolon and the version numbers at the end of ISO names.
|
||||
.br
|
||||
This violates ISO 9660 specs.
|
||||
@ -457,13 +465,16 @@ Alias of -N.
|
||||
.B Settings for standards extensions:
|
||||
.TP
|
||||
\fB\-R\fR
|
||||
.br
|
||||
With mkisofs this option enables Rock Ridge extensions. xorrisofs produces
|
||||
them unconditionally.
|
||||
.TP
|
||||
\fB\-rock\fR
|
||||
.br
|
||||
Alias of -R.
|
||||
.TP
|
||||
\fB\-r\fR
|
||||
.br
|
||||
Set Rock Ridge user and group id of all files in the ISO image to 0.
|
||||
Grant r-permissions to all. Deny all w-permissions.
|
||||
If any x-permission is set, grant x-permission to all.
|
||||
@ -478,17 +489,20 @@ Enable options which improve backup fidelity:
|
||||
--hardlinks.
|
||||
.TP
|
||||
\fB--acl\fR
|
||||
.br
|
||||
Enable recording and loading of GNU/Linux ACLs (see man getfacl, man acl).
|
||||
They will not be in effect with mounted ISO images. But xorriso can
|
||||
restore them when extracting files from the ISO image.
|
||||
.TP
|
||||
\fB--xattr\fR
|
||||
.br
|
||||
Enable recording and loading of GNU/Linux extended attributes in
|
||||
user namespace (see man getfattr, man attr).
|
||||
They will not be in effect with mounted ISO images. But xorriso can
|
||||
restore them when extracting files from the ISO image.
|
||||
.TP
|
||||
\fB--md5\fR
|
||||
.br
|
||||
Enable recording of MD5 checksums for the overall ISO image and for each
|
||||
single data file in the image. xorriso can check the content of an ISO
|
||||
image with these sums and eventually raise alert on mismatch.
|
||||
@ -517,6 +531,7 @@ and record.
|
||||
Program scdbackup_verify will recognize and verify tag resp. record.
|
||||
.TP
|
||||
\fB\-J\fR
|
||||
.br
|
||||
Enable the production of an additional Joliet directory tree along
|
||||
with the ISO 9660 Rock Ridge tree.
|
||||
.TP
|
||||
@ -1020,14 +1035,17 @@ prevents reading and interpretation of eventual startup
|
||||
files. See section FILES below.
|
||||
.TP
|
||||
\fB\-help\fR
|
||||
.br
|
||||
List supported options to stderr. Original mkisofs options bear their
|
||||
original mkisofs description texts.
|
||||
.TP
|
||||
\fB\-quiet\fR
|
||||
.br
|
||||
Suppress most messages of the program run, except those which indicate
|
||||
problems or errors.
|
||||
.TP
|
||||
\fB\-v\fR
|
||||
.br
|
||||
Enable the output of informational program messages.
|
||||
.TP
|
||||
\fB\-verbose\fR
|
||||
|
Reference in New Issue
Block a user