diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-03 03:55:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-03 03:55:07 +0000 |
commit | 6b13ebc66a82fec58a3ed531e79064d2ae28a0a3 (patch) | |
tree | ee80a8078f1a469183f727340d8f01d6bf794adf /chapter07/console.xml | |
parent | 3d6999c2299e34438f5e7a165f8b14e854e05e8b (diff) |
Remove oblolete references to consolelog
Reformat udev configure command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/console.xml')
-rw-r--r-- | chapter07/console.xml | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/chapter07/console.xml b/chapter07/console.xml index cbdb2ea2f..75a3d2a25 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -15,29 +15,23 @@ <secondary>configuring</secondary> </indexterm> - <indexterm zone="ch-scripts-console"> - <primary sortas="d-consolelog">consolelog</primary> - <secondary>configuring</secondary> - </indexterm> - <para>This section discusses how to configure the <command>console</command> - and <command>consolelog</command> bootscripts that set up the keyboard map, - console font and console kernel log level. If non-ASCII characters (e.g., - the copyright sign, the British pound sign and Euro symbol) will not be used - and the keyboard is a U.S. one, much of this section can be skipped. Without - the configuration file, the <command>console</command> bootscript will do - nothing.</para> - - <para>The <command>console</command> and <command>consolelog</command> - scripts read the <filename>/etc/sysconfig/console</filename> file for - configuration information. - Decide which keymap and screen font will be used. Various language-specific - HOWTOs can also help with this, see <ulink + bootscript that sets up the keyboard map, console font and console kernel log + level. If non-ASCII characters (e.g., the copyright sign, the British pound + sign and Euro symbol) will not be used and the keyboard is a U.S. one, much + of this section can be skipped. Without the configuration file, (or + equivalent settings in <filename>rc.site</filename>), 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 HOWTOs can also help with this, see <ulink url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in - doubt, look in the <filename class="directory">/lib/kbd</filename> - directory for valid keymaps and screen fonts. Read - <filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> manual - pages to determine the correct arguments for these programs.</para> + doubt, look in the <filename class="directory">/lib/kbd</filename> directory + for valid keymaps and screen fonts. Read <filename>loadkeys(1)</filename> and + <filename>setfont(8)</filename> manual pages to determine the correct + arguments for these programs.</para> <para>The <filename>/etc/sysconfig/console</filename> file should contain lines of the form: VARIABLE="value". The following variables are recognized:</para> |