File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,9 @@ Example:
359359 - sha: generate SHA256 hash for image
360360 - gpg: sign image using gpg
361361 - xz: compress image only using xz format
362- - ** IMAGE_XZ_COMPRESSION_RATIO** ( ** 1** - 9 ) images compression levels when using xz compressor. Beware of memory consumption when going higher
362+ - ** IMAGE_XZ_COMPRESSION_RATIO** ( 0 - ** 1** - 9 ) images compression levels when using xz compressor. Beware of memory consumption when going higher
363+ - zstd: compress image only using zstd format
364+ - ** ZSTD_COMPRESSION_LEVEL** ( 1 - ** 9** - 19 ) images compression levels when using zstd compressor. Beware of memory consumption when going higher
363365- ** SEVENZIP** ( yes | ** no** ): create .7z archive with extreme compression ratio instead of .zip
364366- ** BUILD_KSRC** ( ** yes** | no ): create kernel source packages while building...
365367- ** INSTALL_KSRC** ( yes | ** no** ): ... and pre-install these kernel sources on the image
You can’t perform that action at this time.
0 commit comments