diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-28 19:17:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-28 19:17:53 +0200 |
commit | e8a9169e26d88c49fd580977202af34aecc719b2 (patch) | |
tree | 2cb5e12a70b0c5f54cdd9c5ceed04c1d90d6918c /manpages/de | |
parent | 0ba1c532f829686b6a878115ce166c196ed29ae7 (diff) | |
download | vyos-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/de')
-rw-r--r-- | manpages/de/lb_config.de.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 1f5449cf9..1eac1c4c8 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -64,6 +64,8 @@ .br [\fB\-\-compression\fP bzip2|gzip|lzip|none] .br + [\fB\-\-config\fP \fIGIT_URL\fP] +.br [\fB\-\-build\-with\-chroot\fP true|false] .br [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none] @@ -391,6 +393,8 @@ images it can save some time by not calculating the checksums. .IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4 defines the compression program to be used to compress tarballs. Defaults to gzip. +.IP "\fB\-\-config\fP \fIGIT_URL\fP" 4 +allows to bootstrap a config tree from a git repositories. .IP "\fB\-\-build\-with\-chroot\fP 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 |