Changeset 6b13ebc6 for chapter07


Ignore:
Timestamp:
02/03/2012 03:55:07 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
841b723
Parents:
3d6999c
Message:

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

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    r3d6999c r6b13ebc6  
    5555
    5656      <seglistitem>
    57         <seg>checkfs, cleanfs, console, consolelog, functions, halt, ifdown,
     57        <seg>checkfs, cleanfs, console, functions, halt, ifdown,
    5858        ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
    5959        sendsignals, setclock, static, swap, sysctl, sysklogd, template,
     
    106106      </varlistentry>
    107107
    108       <varlistentry id="consolelog-bootscripts">
    109         <term><command>consolelog</command></term>
    110         <listitem>
    111           <para>Sets the kernel log level to control messages reaching the
    112           console.</para>
    113           <indexterm zone="ch-scripts-bootscripts consolelog-bootscripts">
    114             <primary sortas="d-consolelog">consolelog</primary>
    115           </indexterm>
    116         </listitem>
    117       </varlistentry>
    118 
    119108      <varlistentry id="functions-bootscripts">
    120109        <term><command>functions</command></term>
  • chapter07/console.xml

    r3d6999c r6b13ebc6  
    1616  </indexterm>
    1717
    18   <indexterm zone="ch-scripts-console">
    19     <primary sortas="d-consolelog">consolelog</primary>
    20     <secondary>configuring</secondary>
    21   </indexterm>
    22 
    2318  <para>This section discusses how to configure the <command>console</command>
    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
    28   the configuration file, the <command>console</command> bootscript will do
    29   nothing.</para>
    30 
    31   <para>The <command>console</command>  and <command>consolelog</command>
    32   scripts read the <filename>/etc/sysconfig/console</filename> file for
    33   configuration information.
    34   Decide which keymap and screen font will be used. Various language-specific
    35   HOWTOs can also help with this, see <ulink
     19  bootscript that sets up the keyboard map, console font and console kernel log
     20  level. If non-ASCII characters (e.g., the copyright sign, the British pound
     21  sign and Euro symbol) will not be used and the keyboard is a U.S. one, much
     22  of this section can be skipped. Without the configuration file, (or
     23  equivalent settings in <filename>rc.site</filename>), the
     24  <command>console</command> bootscript will do nothing.</para>
     25
     26  <para>The <command>console</command> script reads the
     27  <filename>/etc/sysconfig/console</filename> file for configuration
     28  information.  Decide which keymap and screen font will be used. Various
     29  language-specific HOWTOs can also help with this, see <ulink
    3630  url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
    37   doubt, look in the <filename class="directory">/lib/kbd</filename>
    38   directory for valid keymaps and screen fonts. Read
    39   <filename>loadkeys(1)</filename> and <filename>setfont(8)</filename> manual
    40   pages to determine the correct arguments for these programs.</para>
     31  doubt, look in the <filename class="directory">/lib/kbd</filename> directory
     32  for valid keymaps and screen fonts. Read <filename>loadkeys(1)</filename> and
     33  <filename>setfont(8)</filename> manual pages to determine the correct
     34  arguments for these programs.</para>
    4135
    4236  <para>The <filename>/etc/sysconfig/console</filename> file should contain lines
Note: See TracChangeset for help on using the changeset viewer.