Changeset b3aee6e


Ignore:
Timestamp:
06/12/2004 02:35:28 PM (20 years ago)
Author:
Alexander E. Patrakov <alexander@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 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:
7db6ac5
Parents:
3e05705
Message:

Corrected console settings for British users

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3e05705 rb3aee6e  
    108108</listitem>
    109109
     110<listitem><para>June 12, 2004 [alexander]: British people speak English but
     111need loadkeys and setfont (reported by Dave Mascall on IRC). Corrected the
     112text on the console page to account for this</para></listitem>
     113
    110114<listitem><para>June 12, 2004 [alexander]: Re-added the "background" option to
    111115/etc/vimrc, since it has some educational value. Put this option inside an "if"
  • chapter07/console.xml

    r3e05705 rb3aee6e  
    1414<para>In this section we will configure the <command>console</command>
    1515initscript that sets up the keyboard
    16 map and the console font. If you are a native English speaker so that you
    17 don't need to use any non-ASCII characters, and your keyboard is a US one,
    18 skip this section. Without the configuration file,
     16map and the console font. If you
     17don't need to use any non-ASCII characters
     18(British pound and Euro character are not ASCII),
     19and your keyboard is a US one, you can skip this section.
     20Without the configuration file,
    1921the <command>console</command> initscript will do nothing.</para>
    2022
     
    5153<userinput>EOF</userinput></screen>
    5254
    53 <para>If the KEYMAP or FONT variable is not set, the console initscript
    54 will not run the corresponding program.</para>
     55<note><para>The FONT line above is correct only for the ISO-8859-15
     56character set. If you prefer ISO-8859-1 and therefore use a pound sign
     57instead of Euro, the correct FONT line is:</para>
     58<screen><userinput>FONT="lat1-16"</userinput></screen></note>
     59
     60<para>If the KEYMAP or FONT variable is not set, the
     61<command>console</command> initscript will not run the corresponding
     62program.</para>
    5563
    5664<para>In some keymaps, the Backspace and Delete keys send characters
     
    7987after the main keymap:</para>
    8088
    81 <screen><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;EOF</userinput>
     89<screen><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;"EOF"</userinput>
    8290KEYMAP_CORRECTION="/etc/kbd/bs-sends-del"
    8391<userinput>EOF</userinput></screen>
    8492
    85 <para>If back in <xref linkend="chapter-building-system"/> you decided to go
    86 compile your keymap directly into the kernel (later on in <xref
    87 linkend="chapter-bootable"/>), then strictly speaking you don't need to run the
    88 loadkeys program, since the kernel will set up the keymap for you,
    89 and thus you may omit the KEYMAP variable from the
     93<para>If you decided to
     94compile your keymap directly into the kernel later on in <xref
     95linkend="chapter-bootable"/> instead of setting it every time from the
     96<command>console</command> bootscript, then you don't need to run the
     97<command>loadkeys</command> program. Since the kernel will set up the keymap,
     98you can omit the KEYMAP variable from the
    9099<filename>/etc/sysconfig/console</filename>
    91100configuration file. If you wish,
Note: See TracChangeset for help on using the changeset viewer.