diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-02 18:21:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:13 +0100 |
commit | 0deea4112d54f887db396d859feb425e42b294ed (patch) | |
tree | c38829f54ee8e25e949ed6a9b9f9bd125d84513a /manpages/en/lh_config.1 | |
parent | c4756d41a227ef7a5b80c1fd37b485c8751dc463 (diff) | |
download | vyos-live-build-0deea4112d54f887db396d859feb425e42b294ed.tar.gz vyos-live-build-0deea4112d54f887db396d859feb425e42b294ed.zip |
Correcting entry about --language in lh_config manpage, it doesn't set the bootparameters automatically for locale selection.
Diffstat (limited to 'manpages/en/lh_config.1')
-rw-r--r-- | manpages/en/lh_config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lh_config.1 b/manpages/en/lh_config.1 index 0d77a1dec..4a9a27662 100644 --- a/manpages/en/lh_config.1 +++ b/manpages/en/lh_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-HELPER 1 2010\-06\-24 2.0~a16 "Debian Live Project" +.TH LIVE\-HELPER 1 2010\-07\-02 2.0~a16 "Debian Live Project" .SH NAME \fBlh config\fR \- Create config directory @@ -326,7 +326,7 @@ sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) file .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. .IP "\-l|\fB\-\-language\fR \fILANGUAGE\fR" 4 -sets the language of a live system by installing l10n related packages and enables generation of the correct locales through automatically setting the right boot parameters. +sets the language of a live system by installing l10n related packages. It doesn't enable generation of the correct locales through setting the right boot parameters, those need to be done through the bootappend\-live parameter. .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. .IP "\fB\-\-linux\-packages\fR ""\fIPACKAGES\fR""" 4 |