diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-06-12 11:55:14 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 12:47:27 +0200 |
commit | 9a4c334a552a9afc9ed350e178ba77e1645f6c54 (patch) | |
tree | d3a38f7118d06b7e9bd13b9289cf1490dec14883 /manpages/en | |
parent | 75733ac55457929abfea6b2c633c285c52bc2de2 (diff) | |
download | vyos-live-build-9a4c334a552a9afc9ed350e178ba77e1645f6c54.tar.gz vyos-live-build-9a4c334a552a9afc9ed350e178ba77e1645f6c54.zip |
Manpage: --compression also accepts xz. The default is none
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_config.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |