Skip to content

Commit

Permalink
Add new switch (#388)
Browse files Browse the repository at this point in the history
* Update Developer-Guide_Build-Options.md

* Typo
  • Loading branch information
igorpecovnik authored Jan 19, 2024
1 parent 1b91887 commit 090efb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Developer-Guide_Build-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ These parameters are meant to be applied to the `./compile.sh` command. They are
- gz: compress image only using gz format
- xz: compress image only using xz format
- yes: compatibility shorcut for `sha,gpg,7z`
- **IMAGE_XZ_COMPRESSION_RATIO** ( **1** - 9 ) Images compression levels when using xz compressor. Beware of memory consumption when going higher
- **SEVENZIP** ( yes | **no** ): create .7z archive with extreme compression ratio instead of .zip
- **BUILD_KSRC** ( **yes** | no ): create kernel source packages while building...
- **INSTALL_KSRC** ( yes | **no** ): ... and pre-install these kernel sources on the image
Expand Down

0 comments on commit 090efb6

Please sign in to comment.