diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-05-29 12:51:43 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2019-06-03 10:48:58 +0000 |
commit | c4abbbcc7e40b3716ec62d83191b9df9472f1bf2 (patch) | |
tree | d32f6733be3773ffd073d3957171c4c246f0b92b /manpages/en | |
parent | f62a6f9dea23a1a8f1ea082ac7f748f97119924b (diff) | |
download | vyos-live-build-c4abbbcc7e40b3716ec62d83191b9df9472f1bf2.tar.gz vyos-live-build-c4abbbcc7e40b3716ec62d83191b9df9472f1bf2.zip |
Reenabled the command line option for colored messages for lb_config. The functionality was added 2008-11-01, but was not really active.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index fe20bf5c0..01e611e73 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -53,6 +53,8 @@ .br [\fB\-\-checksums\fR md5|sha1|sha256|none] .br + [\fB\-\-color] +.br [\fB\-\-compression\fR bzip2|gzip|lzip|none] .br [\fB\-\-config\fR \fIGIT_URL::GIT_ID\fR] @@ -289,6 +291,8 @@ defines if downloaded packages files should be cached which is true by default. sets which stages should be cached. By default set to bootstrap. As an exception to the normal stage names, also rootfs can be used here which does only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during development if you want to rebuild the binary stage but not regenerate the root filesystem all the time. .IP "\fB\-\-checksums\fR md5|sha1|sha256|none" 4 defines if the binary image should contain a file called md5sums.txt, sha1sums.txt and/or sha256sums.txt. These lists all files on the image together with their checksums. This in turn can be used by live\-boot's built\-in integrity\-check to verify the medium if specified at boot prompt. In general, this should not be false 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\-\-config\fR \fIGIT_URL\fR::\fIGIT_ID\fR" 4 |