forked from josch/mmdebstrap
document that zstd is also called with --threads=0
This commit is contained in:
parent
c7390f648b
commit
6a22e05d59
1 changed files with 1 additions and 1 deletions
|
@ -7135,7 +7135,7 @@ extension to compressor applies:
|
||||||
.lz4 lz4
|
.lz4 lz4
|
||||||
.xz xz --threads=0
|
.xz xz --threads=0
|
||||||
.txz xz --threads=0
|
.txz xz --threads=0
|
||||||
.zst zstd
|
.zst zstd --threads=0
|
||||||
|
|
||||||
To change compression specific options, either use the respecitve environment
|
To change compression specific options, either use the respecitve environment
|
||||||
variables like B<XZ_OPT> or send B<mmdebstrap> output to your compressor of
|
variables like B<XZ_OPT> or send B<mmdebstrap> output to your compressor of
|
||||||
|
|
Loading…
Reference in a new issue