diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-02 05:56:57 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-02 05:56:57 +0000 |
commit | faca37e6ec77abdb9cb734c4d159ce98530a3f7d (patch) | |
tree | bddb9de951359abca84ae34c3cc665bf9389c3a2 /chapter07/console.xml | |
parent | 440f8378d1fd022f8e5994ad4fb60d5ac80b295d (diff) |
Several minor wording changes in chapter 8 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6318 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/console.xml')
-rw-r--r-- | chapter07/console.xml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index e7e3da325..736d1be9e 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -11,26 +11,26 @@ <primary sortas="d-console">console</primary> <secondary>configuring</secondary></indexterm> -<para>This section discusses how to configure the -<command>console</command> initscript that sets up the keyboard map -and the console font. If non-ASCII characters (British pound and Euro -character are examples of non-ASCII characters) will not be used and -the keyboard is a U.S. one, skip this section. Without the -configuration file, the console initscript will do nothing.</para> - -<para>The <command>console</command> script uses the -<filename>/etc/sysconfig/console</filename> as a configuration file. -Decide which keymap and screen font will be used. The -language-specific HOWTO can help with this. A pre-made -<filename>/etc/sysconfig/console</filename> file with known settings -for several countries was installed with the LFS-Bootscripts package, -so the relevant section can be uncommented if the country is -supported. If still in doubt, look in the <filename -class="directory">/usr/share/kbd</filename> directory for valid -keymaps and screen fonts. Read the <command>loadkeys</command> and -<command>setfont</command> manual pages -and determine the correct arguments for these programs. Once decided, -create the configuration file with the following command:</para> +<para>This section discusses how to configure the <command>console</command> +bootscript that sets up the keyboard map and the console font. If non-ASCII +characters (British pound and Euro character are examples of non-ASCII +characters) will not be used and the keyboard is a U.S. one, skip this section. +Without the configuration file, the <command>console</command> bootscript will +do nothing.</para> + +<para>The <command>console</command> script reads the +<filename>/etc/sysconfig/console</filename> file for configuration information. +Decide which keymap and screen font will be used. Various language-specific +HOWTO's can also help with this (see <ulink +url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. A pre-made +<filename>/etc/sysconfig/console</filename> file with known settings for several +countries was installed with the LFS-Bootscripts package, so the relevant +section can be uncommented if the country is supported. If still in doubt, look +in the <filename class="directory">/usr/share/kbd</filename> directory for valid +keymaps and screen fonts. Read the <command>loadkeys</command> and +<command>setfont</command> manual pages and determine the correct arguments for +these programs. Once decided, create the configuration file with the following +command:</para> <screen><userinput>cat >/etc/sysconfig/console <<"EOF" <literal>KEYMAP="<replaceable>[arguments for loadkeys]</replaceable>" |