summaryrefslogtreecommitdiff
path: root/manpages/en
diff options
context:
space:
mode:
authorRoland Clobus <rclobus@rclobus.nl>2019-06-12 12:19:30 +0200
committerRoland Clobus <rclobus@rclobus.nl>2019-06-16 12:47:28 +0200
commitae5a77aedb48eff3943867c8fa9fb8aa69625233 (patch)
tree1045f55abe7f7827b9a6e9962c3e2d332df3e69a /manpages/en
parent9a4c334a552a9afc9ed350e178ba77e1645f6c54 (diff)
downloadvyos-live-build-ae5a77aedb48eff3943867c8fa9fb8aa69625233.tar.gz
vyos-live-build-ae5a77aedb48eff3943867c8fa9fb8aa69625233.zip
Manpage: --config synchronised to 'lb config --help'
Diffstat (limited to 'manpages/en')
-rw-r--r--manpages/en/lb_config.14
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 0208aef22..81d23f653 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -59,7 +59,7 @@
.br
[\fB\-\-compression\fR bzip2|gzip|lzip|xz|none]
.br
- [\fB\-\-config\fR \fIGIT_URL::GIT_ID\fR]
+ [\fB\-\-config\fR \fIGIT_URL::GIT_BRANCH\fR]
.br
[\fB\-\-build\-with\-chroot\fR true|false]
.br
@@ -299,7 +299,7 @@ defines if the binary image should contain a file called XXXsums.txt, where XXX
turn on color in the messages.
.IP "\fB\-\-compression\fR bzip2|gzip|lzip|xz|none" 4
defines the compression program to be used to compress tarballs. Defaults to none.
-.IP "\fB\-\-config\fR \fIGIT_URL\fR::\fIGIT_ID\fR" 4
+.IP "\fB\-\-config\fR \fIGIT_URL\fR::\fIGIT_BRANCH\fR" 4
bootstrap the config tree from a git repository, optionally appended by a Git Id (branch, commit, tag, etc.).
.IP "\fB\-\-build\-with\-chroot\fR true|false" 4
defines whether live\-build should use the tools from within the chroot to build the binary image or not by using and including the host system's 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 and grub, and the auxiliary tools such as dosfstools, xorriso, squashfs-tools and others) do not \fBexactly\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactly\fR sure what you are doing and have \fBcompletely\fI understood its consequences.