Changeset 9a68fef


Ignore:
Timestamp:
08/30/2007 09:43:39 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
4d75f4e
Parents:
af87b4e
Message:

Merged r8222 from trunk to jh branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    raf87b4e r9a68fef  
    2222
    2323  <para>This section discusses how to configure the <command>console</command>
    24   bootscript that sets up the keyboard map and the console font. If non-ASCII
    25   characters (e.g., the copyright sign, the British pound sign and Euro symbol)
    26   will not be used and the keyboard is a U.S. one, skip this section. Without
     24  and <command>consolelog</command> bootscripts that set up the keyboard map,
     25  console font and console kernel log level. If non-ASCII characters (e.g.,
     26  the copyright sign, the British pound sign and Euro symbol) will not be used
     27  and the keyboard is a U.S. one, much of this section can be skipped. Without
    2728  the configuration file, the <command>console</command> bootscript will do
    2829  nothing.</para>
    2930
    30   <para>The <command>console</command> script reads the
    31   <filename>/etc/sysconfig/console</filename> file for configuration information.
     31  <para>The <command>console</command>  and <command>consolelog</command>
     32  script reads the <filename>/etc/sysconfig/console</filename> file for
     33  configuration information.
    3234  Decide which keymap and screen font will be used. Various language-specific
    3335  HOWTOs can also help with this, see <ulink
     
    4244
    4345  <variablelist>
     46
     47    <varlistentry>
     48      <term>LOGLEVEL</term>
     49      <listitem>
     50        <para>This variable specifies the log level for kernel messages sent
     51        to the console as set by <command>dmesg</command>. Valid levels are
     52        from "1" (no messages) to "8". The default level is "7".</para>
     53      </listitem>
     54    </varlistentry>
    4455
    4556    <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.