diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 03:54:08 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:52:13 +0100 |
commit | fcdb3e8eea06cc99564cb844bc025495660a86b9 (patch) | |
tree | f637092d690d7ab19acb9bd9099ba2deb715680d | |
parent | 997c978c0e6362d955508fa9a544cec9323a6722 (diff) | |
download | vyos-live-build-fcdb3e8eea06cc99564cb844bc025495660a86b9.tar.gz vyos-live-build-fcdb3e8eea06cc99564cb844bc025495660a86b9.zip |
manpages: document space separation for --keyring-packages
-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 c3808a103..0378a288e 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -384,7 +384,7 @@ defines options to pass to isohybrid. .IP "\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR" 4 sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) filesystem. The default is 64 KiB. If you use an erase block size different than the erase block size of the target MTD device, JFFS2 may not perform optimally. If the SIZE specified is below 4096, the units are assumed to be KiB. .IP "\fB\-\-keyring\-packages\fR \fIPACKAGE\fI|""\fIPACKAGES\fR""" 4 -sets the keyring package or additional keyring packages. By default this is set to debian\-archive\-keyring. +sets the keyring package or additional keyring packages (space separated). By default this is set to debian\-archive\-keyring. .IP "\-k|\fB\-\-linux\-flavours\fR \fIFLAVOUR\fR|""\fIFLAVOURS\fR""" 4 sets the kernel flavours to be installed. Note that in case you specify more than that the first will be configured the default kernel that gets booted. Optionally you can use an architecture qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64 foreign architecture thanks to the commands: "dpkg \-\-add\-architecture amd64 ; apt\-get update". This enables you to use "686 amd64:amd64" as a linux flavour. The amd64 kernel will be installed alongside the i386's 686 kernel. .IP "\fB\-\-linux\-packages\fR ""\fIPACKAGES\fR""" 4 |