diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-25 02:35:04 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:28:19 +0000 |
commit | 09c4f892630328f04ff95e95ffc9fd0e5a680037 (patch) | |
tree | 6083f0b5a78c574b6da1154a0e5f69372f63d623 /manpages | |
parent | c2fb7516ee9f97b5aab5aa5877c4d371d207587e (diff) | |
download | vyos-live-build-09c4f892630328f04ff95e95ffc9fd0e5a680037.tar.gz vyos-live-build-09c4f892630328f04ff95e95ffc9fd0e5a680037.zip |
manpage: fix typo
"to be build" -> "to be built"
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 37dedd76d..ef16fd3dc 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -274,7 +274,7 @@ defines if deb-src entries should be included in the resulting live image's apt .IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4 defines the default options that will be appended to every aptitude call that is made inside chroot during building of the image. By default, this is set to \-\-assume\-yes to allow non-interactive installation of packages. .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 possible if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible. +defines the architecture of the to be built 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 possible if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible. .IP "\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4 defines which package archive areas of a debian packages archive should be used for configured debian package mirrors. By default, this is set to main. Remember to check the licenses of each packages with respect to their redistributability in your juristiction when enabling contrib or non\-free with this mechanism. .IP "\fB\-\-backports\fR true|false" 4 |