Manpage: --compression also accepts xz. The default is none
This commit is contained in:
parent
75733ac554
commit
9a4c334a55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue