diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-29 23:26:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-29 23:26:31 +0200 |
commit | ecc1d7a0c239fa2d262e42dbbc0b0ac1893b71be (patch) | |
tree | 35b745e0df5024a4db9b0f92148b47677091825d /manpages/de | |
parent | 227ae768e6eb13bbd940b875b5b2a773ca88f459 (diff) | |
download | vyos-live-build-ecc1d7a0c239fa2d262e42dbbc0b0ac1893b71be.tar.gz vyos-live-build-ecc1d7a0c239fa2d262e42dbbc0b0ac1893b71be.zip |
Adding possibility to specify a git branch when using lb config --config.
Diffstat (limited to 'manpages/de')
-rw-r--r-- | manpages/de/lb_config.de.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 4d6952cb9..ca4f6eef5 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -64,7 +64,7 @@ .br [\fB\-\-compression\fP bzip2|gzip|lzip|none] .br - [\fB\-\-config\fP \fIGIT_URL\fP] + [\fB\-\-config\fP \fIGIT_URL::GIT_BRANCH\fP] .br [\fB\-\-build\-with\-chroot\fP true|false] .br @@ -393,8 +393,9 @@ 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\-\-config\fP \fIGIT_URL\fP::\fIGIT_BRANCH\fP" 4 +allows to bootstrap a config tree from a git repositories, optionally +appended by a branch. .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 |