summaryrefslogtreecommitdiff
path: root/manpages/en/lb_config.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-24 20:34:01 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-24 22:46:32 +0200
commit3ceb68b7d4eb5b28269c0780a808c3725c5f5668 (patch)
treeffcf3feed5e674de5a814b5e5269cd20c0042bfc /manpages/en/lb_config.1
parent9d73420afc451a6367bec6873c74c649d08b9c01 (diff)
downloadvyos-live-build-3ceb68b7d4eb5b28269c0780a808c3725c5f5668.tar.gz
vyos-live-build-3ceb68b7d4eb5b28269c0780a808c3725c5f5668.zip
Introducing --apt-sources option to control if the live system should have deb-src entries in sources.list.
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 62d2215ad..8770f9d70 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -27,6 +27,8 @@
.br
[\fB\-\-apt\-secure\fR true|false]
.br
+ [\fB\-\-apt\-source\fR true|false]
+.br
[\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR]
.br
[\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|net|tar|usb\-hdd|virtual\-hdd]
@@ -267,6 +269,8 @@ sets the depth of the apt/aptitude pipeline. In cases where the remote server is
defines if apt should install recommended packages automatically. By default, this is true except in emdebian mode.
.IP "\fB\-\-apt\-secure\fR true|false" 4
defines if apt should check repository signatures. This is true by default.
+.IP "\fB\-\-apt\-source\fR true|false" 4
+defines if deb-src entries should be included in the resulting live image or not, defaults to on.
.IP "\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR" 4
defines the architecture of the to be build image. By default, this is set to the host architecture. Note that you cannot crossbuild for another architecture if your host system is not able to execute binaries for the target architecture natively. For example, building amd64 images on i386 and vice versa is possile if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible.
.IP "\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|net|tar|usb\-hdd" 4