diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-24 20:34:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-24 22:46:32 +0200 |
commit | 3ceb68b7d4eb5b28269c0780a808c3725c5f5668 (patch) | |
tree | ffcf3feed5e674de5a814b5e5269cd20c0042bfc /manpages/de | |
parent | 9d73420afc451a6367bec6873c74c649d08b9c01 (diff) | |
download | vyos-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/de')
-rw-r--r-- | manpages/de/lb_config.de.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index f3c9e8da0..4366ed1f7 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -32,6 +32,8 @@ .br [\fB\-\-apt\-secure\fP true|false] .br + [\fB\-\-apt\-source\fP true|false] +.br [\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP] .br [\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd|virtual\-hdd] @@ -305,6 +307,9 @@ defines if apt should install recommended packages automatically. By default, this is true except in emdebian mode. .IP "\fB\-\-apt\-secure\fP true|false" 4 defines if apt should check repository signatures. This is true by default. +.IP "\fB\-\-apt\-source\fP 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\fP \fIARCHITECTURE\fP" 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 |