summaryrefslogtreecommitdiff
path: root/manpages/en/lb_config.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-28 19:17:53 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-28 19:17:53 +0200
commite8a9169e26d88c49fd580977202af34aecc719b2 (patch)
tree2cb5e12a70b0c5f54cdd9c5ceed04c1d90d6918c /manpages/en/lb_config.1
parent0ba1c532f829686b6a878115ce166c196ed29ae7 (diff)
downloadvyos-live-build-e8a9169e26d88c49fd580977202af34aecc719b2.tar.gz
vyos-live-build-e8a9169e26d88c49fd580977202af34aecc719b2.zip
Allowing to specify a git repository to lb_config in order to bootstrap a config tree.
Diffstat (limited to 'manpages/en/lb_config.1')
-rw-r--r--manpages/en/lb_config.14
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index a09896678..664e08559 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -59,6 +59,8 @@
.br
[\fB\-\-compression\fR bzip2|gzip|lzip|none]
.br
+ [\fB\-\-config\fR \fIGIT_URL\fR]
+.br
[\fB\-\-build\-with\-chroot\fR true|false]
.br
[\fB\-\-chroot\-filesystem\fR ext2|ext3|ext4|squashfs|jffs2|none]
@@ -301,6 +303,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 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\-boots 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\-\-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" 4
+allows to bootstrap a config tree from a git repositories.
.IP "\fB\-\-build\-with\-chroot\fR true|false" 4
defines whetever live\-build should use the tools from within the chroot to build the binary image or not by using and including the host systems tools. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|ext4|squashfs|jffs2|none" 4