summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-02-25 03:04:21 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-05 11:28:19 +0000
commit0d86c7988059c9267c71502ae27c40546796670f (patch)
tree2aee72fceec61b9ae36a000be02faa15e1aec4e4 /manpages
parent3cb4608d2bb8aecb41f807ed3dd9854651175d00 (diff)
downloadvyos-live-build-0d86c7988059c9267c71502ae27c40546796670f.tar.gz
vyos-live-build-0d86c7988059c9267c71502ae27c40546796670f.zip
manpage: clarity
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r--manpages/en/lb_config.12
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index f52fda225..7215d5326 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -308,7 +308,7 @@ defines if downloaded package indices and lists should be cached. This is false
.IP "\fB\-\-cache\-packages\fR true|false" 4
defines if downloaded packages files should be cached. This is true by default. Disabling it does save space consumption in your build directory, but remember that you will cause much unnecessary traffic if you do a couple of rebuilds. In general you should always leave it true, however, in some particular rare build setups, it can be faster to refetch packages from the network mirror, if using a local one, rather than to utilize the local disk.
.IP "\fB\-\-cache\-stages\fR \fISTAGE\fR|""\fISTAGES\fR""" 4
-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.
+sets which stages should be cached. By default this is set to 'bootstrap'. As an exception to the normal stage names, 'rootfs' can also be used here which means 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|sha224|sha256|sha384|sha512|none" 4
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\-\-chroot\-filesystem\fR ext2|ext3|ext4|squashfs|jffs2|none" 4