Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    rec0a37e6 r69993f4  
    55]>
    66<sect1 id="ch-scripts-console">
    7 <title>Configuring the Linux console</title>
     7<title>Configuring the Linux Console</title>
    88<?dbhtml filename="console.html"?>
    99
     
    1616and the console font. If non-ASCII characters (British pound and Euro
    1717character are examples of non-ASCII characters) will not be used and
    18 the keyboard is a U.S. one, you can skip this section. Without the
     18the keyboard is a U.S. one, skip this section. Without the
    1919configuration file, the console initscript will do nothing.</para>
    2020
     
    4646EOF</userinput></screen>
    4747
    48 <note><para>The FONT line above is correct only for the ISO-8859-15
    49 character set. If using ISO-8859-1 and, therefore, a pound sign
     48<note><para>The FONT line above is correct only for the ISO 8859-15
     49character set. If using ISO 8859-1 and, therefore, a pound sign
    5050instead of Euro, the correct FONT line is:</para>
    5151
     
    7979EOF</userinput></screen>
    8080
    81 <para>Then tell the <command>console</command> script to load this
     81<para>Tell the <command>console</command> script to load this
    8282snippet after the main keymap:</para>
    8383
     
    9494<command>console</command> bootscript will not be run in that
    9595situation. Additionally, the kernel will not set the screen font
    96 automatically. This should not pose many problems as ASCII characters
     96automatically. This should not pose many problems because ASCII characters
    9797will be handled correctly, and it is unlikely that a user would need
    9898to rely on non-ASCII characters while in maintenance mode.</para>
Note: See TracChangeset for help on using the changeset viewer.