Changed --zisofs-susp-z2 to --zisofs2-susp-z2, added --zisofs2-susp-zf
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.5.3, Oct 27, 2020"
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.3, Oct 29, 2020"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -429,22 +429,31 @@ Alias of -z.
|
||||
@cindex zisofs2 file, enable recognition, --zisofs-version-2
|
||||
@*
|
||||
Enable the recognition and proper processing of experimental zisofs version 2
|
||||
compressed files. The Linux kernel (as of 5.9) does not yet know this format
|
||||
and will complain like
|
||||
compressed files.
|
||||
The Linux kernel (as of 5.9) does not yet know this format and will complain
|
||||
like
|
||||
@*
|
||||
isofs: Unknown ZF compression algorithm: PZ
|
||||
@*
|
||||
The files will then appear as they were submitted to xorriso, i.e. with zisofs2
|
||||
header, block pointer list, and compressed data.
|
||||
This complaint can be prevented by option --zisofs2-susp-z2 .
|
||||
@*
|
||||
The files will be shown by unaware kernels as they were submitted to xorriso,
|
||||
i.e. with zisofs2 header, block pointer list, and compressed data.
|
||||
@*
|
||||
--zisofs-version-2 also enables -z.
|
||||
@c man .TP
|
||||
@item --zisofs-susp-z2
|
||||
@kindex --zisofs-susp-z2 produce Z2 for version 2 instead of ZF
|
||||
@cindex Z2 instead of ZF for version 2, --zisofs-susp-z2
|
||||
@item --zisofs2-susp-z2
|
||||
@kindex --zisofs2-susp-z2 produce Z2 for version 2 instead of ZF
|
||||
@cindex Z2 instead of ZF for version 2, --zisofs2-susp-z2
|
||||
Enable the production of SUSP entries "Z2" instead of "ZF" with zisofs2
|
||||
compressed files. Unaware Linux kernels are supposed to silently ignore "Z2"
|
||||
entries.
|
||||
compressed files. Unaware Linux kernels silently ignore "Z2" entries.
|
||||
@c man .TP
|
||||
@item --zisofs2-susp-zf
|
||||
@kindex --zisofs2-susp-zf produce ZF for version 2 instead of Z2
|
||||
@cindex ZF instead of Z2 for version 2, --zisofs2-susp-zf
|
||||
Enable the production of SUSP entries "ZF" instead of "Z2" with zisofs2
|
||||
compressed files. Unaware Linux kernels complain about zisofs2 "ZF" by
|
||||
"Unknown ZF compression algorithm" and thus leave a mark in the system log.
|
||||
@c man .TP
|
||||
@item -root iso_rr_path
|
||||
@kindex -root redirect ISO root directory
|
||||
|
Reference in New Issue
Block a user