Skip to content

Commit 9774e13

Browse files
authored
add zstd image compression (#860)
* add zstd image compression * use sub-bulletpoints for compression level for each method * adjust available compression levels
1 parent 482e2d3 commit 9774e13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Developer-Guide_Build-Switches.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)