Update docs preview for PR #860

This commit is contained in:
github-actions
2025-12-19 04:43:53 +00:00
parent f747fcb780
commit 851428efba
2 changed files with 3 additions and 3 deletions

View File

@@ -2777,11 +2777,11 @@ root filesystem subvolume:</p>
<li>sha: generate SHA256 hash for image</li>
<li>gpg: sign image using gpg</li>
<li>xz: compress image only using xz format<ul>
<li><strong>IMAGE_XZ_COMPRESSION_RATIO</strong> ( <strong>1</strong> - 9 ) images compression levels when using xz compressor. Beware of memory consumption when going higher</li>
<li><strong>IMAGE_XZ_COMPRESSION_RATIO</strong> ( 0 - <strong>1</strong> - 9 ) images compression levels when using xz compressor. Beware of memory consumption when going higher</li>
</ul>
</li>
<li>zstd: compress image only using zstd format<ul>
<li><strong>ZSTD_COMPRESSION_LEVEL</strong> ( 1 - <strong>9</strong> ) images compression levels when using zstd compressor. Beware of memory consumption when going higher</li>
<li><strong>ZSTD_COMPRESSION_LEVEL</strong> ( 1 - <strong>9</strong> - 19 ) images compression levels when using zstd compressor. Beware of memory consumption when going higher</li>
</ul>
</li>
</ul>

File diff suppressed because one or more lines are too long