diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 13:42:17 +0100 |
---|---|---|
committer | Raphaƫl Hertzog <raphael@offensive-security.com> | 2020-04-25 12:03:49 +0200 |
commit | 70c0aa4075e2c17114556bcef6f0c9948ff35b5b (patch) | |
tree | c1abe89c607c999fb462ab7765ad7b983f35fca0 /manpages | |
parent | 624e79eb8fc11d1ceeaf1b0e81f895fc0da4eebe (diff) | |
download | vyos-live-build-70c0aa4075e2c17114556bcef6f0c9948ff35b5b.tar.gz vyos-live-build-70c0aa4075e2c17114556bcef6f0c9948ff35b5b.zip |
manpages: fix typo
"Sor" -> "So"
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 9f7adbb7e..623eeb9c6 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2020\-04\-06 1:20191222 "Debian Live Project" +.TH LIVE\-BUILD 1 2020\-04\-23 1:20191222 "Debian Live Project" .SH NAME \fBlb_config\fR \- Create config directory @@ -367,7 +367,7 @@ sets the keyring package or additional keyring packages (space separated). By de .IP "\-k|\fB\-\-linux\-flavours\fR \fIFLAVOUR\fR|""\fIFLAVOURS\fR""" 4 sets the kernel flavours to be installed (space separated). Note that in case you specify more than one 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 -defines a space separated list of partial kernel package names. For each name given and for each flavour in LB_LINUX_FLAVOURS_WITH_ARCH, '\-FLAVOUR' will be appended to the name to get the names of kernel packages to be included. By default this is 'linux\-image'. Sor for instance if this is set to "linux\-image linux\-headers" and LB_LINUX_FLAVOURS_WITH_ARCH is "i386 amd64:amd64" then you will get the four packages "linux\-image\-i386", "linux\-image\-amd64:amd64", "linux\-headers\-i386" and "linux\-headers\-amd64:amd64". You can specify "none" to disable the kernel installation step. +defines a space separated list of partial kernel package names. For each name given and for each flavour in LB_LINUX_FLAVOURS_WITH_ARCH, '\-FLAVOUR' will be appended to the name to get the names of kernel packages to be included. By default this is 'linux\-image'. So for instance if this is set to "linux\-image linux\-headers" and LB_LINUX_FLAVOURS_WITH_ARCH is "i386 amd64:amd64" then you will get the four packages "linux\-image\-i386", "linux\-image\-amd64:amd64", "linux\-headers\-i386" and "linux\-headers\-amd64:amd64". You can specify "none" to disable the kernel installation step. .IP "\fB\-\-loadlin\fR true|false" 4 sets loadlin. Defaults to false, except when the debian-installer is included for x86_64 or i386. .IP "\fB\-\-memtest\fR memtest86+|memtest86|none" 4 |