From e6d0687cc837c2f9eedbefe86273f6947af7e8fc Mon Sep 17 00:00:00 2001 From: Evgeniy Nikulin Date: Tue, 12 Dec 2023 17:22:09 +0300 Subject: [PATCH] Update Developer-Guide_Build-Options: Add 'xz' value for COMPRESS_OUTPUTIMAGE (#369) --- docs/Developer-Guide_Build-Options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Developer-Guide_Build-Options.md b/docs/Developer-Guide_Build-Options.md index 95c0527b..9f269676 100644 --- a/docs/Developer-Guide_Build-Options.md +++ b/docs/Developer-Guide_Build-Options.md @@ -107,6 +107,7 @@ These parameters are meant to be applied to the `./compile.sh` command. They are - gpg: sign image using gpg - 7z: compress image, hash and signature to 7z archive - gz: compress image only using gz format + - xz: compress image only using xz format - yes: compatibility shorcut for `sha,gpg,7z` - **SEVENZIP** ( yes | **no** ): create .7z archive with extreme compression ratio instead of .zip - **BUILD_KSRC** ( **yes** | no ): create kernel source packages while building...