From 9a4c334a552a9afc9ed350e178ba77e1645f6c54 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Wed, 12 Jun 2019 11:55:14 +0200 Subject: Manpage: --compression also accepts xz. The default is none --- manpages/en/lb_config.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manpages') diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 3065e0851..0208aef22 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -57,7 +57,7 @@ .br [\fB\-\-color] .br - [\fB\-\-compression\fR bzip2|gzip|lzip|none] + [\fB\-\-compression\fR bzip2|gzip|lzip|xz|none] .br [\fB\-\-config\fR \fIGIT_URL::GIT_ID\fR] .br @@ -297,8 +297,8 @@ sets which stages should be cached. By default set to bootstrap. As an exception defines if the binary image should contain a file called XXXsums.txt, where XXX is one of the mentioned checksum types. This file lists all files on the image together with their checksums. This in turn can be used by \fIlive\-boot\fR(7)'s built\-in integrity\-check to verify the medium if specified at boot prompt. In general, this should not be none and is an important feature of live system released to the public. However, during development of very big images it can save some time by not calculating the checksums. .IP "\fB\-\-color\fR" 4 turn on color in the messages. -.IP "\fB\-\-compression\fR bzip2|gzip|lzip|none" 4 -defines the compression program to be used to compress tarballs. Defaults to gzip. +.IP "\fB\-\-compression\fR bzip2|gzip|lzip|xz|none" 4 +defines the compression program to be used to compress tarballs. Defaults to none. .IP "\fB\-\-config\fR \fIGIT_URL\fR::\fIGIT_ID\fR" 4 bootstrap the config tree from a git repository, optionally appended by a Git Id (branch, commit, tag, etc.). .IP "\fB\-\-build\-with\-chroot\fR true|false" 4 -- cgit v1.2.3