Changeset 9c713f35


Ignore:
Timestamp:
05/13/2003 07:30:09 AM (21 years ago)
Author:
Gerard Beekmans <gerard@…>
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, v5_0, v5_1, v5_1_1, 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:
b74e415
Parents:
20c9af0
Message:

Applied Zack's config-sys patch which fixes bug #510 which was originall patched and submitted by Alex (confused yet?)

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r20c9af0 r9c713f35  
    7575</para></listitem>
    7676
     77<listitem><para>May 12th, 2003 [winkie]: Applied "Configuring system
     78components" patch to polish the text. Closes bug #510.</para></listitem>
     79
     80<listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed TCL, Expect
     81and DejaGNU. Nothing uses this once past GCC in chapter 6. The versions
     82in /stage1/bin do the job just fine.</para></listitem>
     83
    7784<listitem><para>May 13th, 2003 [winkie]: Chapter 06 - Installing Shadow:
    7885touch the /usr/bin/passwd file before installation. Not doing so results in
  • chapter06/config-keyboard.xml

    r20c9af0 r9c713f35  
    11<sect2><title>Configuring your keyboard</title>
    22
    3 <para>Nothing is more annoying than using Linux with a wrong keymap loaded
    4 for your keyboard. If you have a default US keyboard, you can skip this
    5 section. The US keymap file is the default if you don't change it.</para>
     3<para>Few things are more annoying than using Linux while a wrong keymap
     4for your keyboard is loaded. If you have a standard US keyboard, however, you
     5can skip this section, as the US keymap is the default as long as you don't
     6change it.</para>
    67
    7 <para>To set the default keymap file, create the
     8<para>To change the default keymap, create the
    89<filename class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
    9 symlink by running the following commands:</para>
     10symlink by running the following command:</para>
    1011
    11 <para><screen><userinput>ln -s &lt;path/to/keymap&gt; /usr/share/kbd/keymaps/defkeymap.map.gz</userinput></screen></para>
     12<para><screen><userinput>ln -s path/to/keymap /usr/share/kbd/keymaps/defkeymap.map.gz</userinput></screen></para>
    1213
    13 <para>Replace &lt;path/to/keymap&gt; with the your keyboard's map file. For
    14 example, if you have a Dutch keyboard, you would run:</para>
     14<para>Of course, replace <filename>path/to/keymap</filename> with the path and
     15name of your keyboard's map file. For example, if you have a Dutch keyboard,
     16you would use <filename>i386/qwerty/nl.map.gz</filename>.</para>
    1517
    16 <para><screen><userinput>ln -s i386/qwerty/nl.map.gz /usr/share/kbd/keymaps/defkeymap.map.gz</userinput></screen></para>
     18<para>Another way to set your keyboard's layout is to compile the keymap
     19into the kernel. This ensures that your keyboard will always work as expected,
     20even when you boot into maintenance mode (by passing `init=/bin/sh' to the
     21kernel), as then the bootscript that normally sets up your keymap isn't run.</para>
    1722
    18 <para>A second option to configure your keyboard's layout is to compile
    19 the keymap directly into the kernel. This will make sure that your
    20 keyboard always works as expected, even when you have booted into
    21 maintenance mode (by passing `init=/bin/sh' to the kernel), in which case
    22 the bootscript that normally sets up your keymap isn't run.</para>
    23 
    24 <para>Run the following command to patch the correct keymap into the
     23<para>Run the following command to patch the current default keymap into the
    2524kernel source. You will have to repeat this command whenever you unpack a
    2625new kernel:</para>
  • chapter06/create-password.xml

    r20c9af0 r9c713f35  
    11<sect2>
    2 <title>Creating root password</title>
     2<title>Setting the root password</title>
    33
    4 <para>Choose a password for user root and create it by running the following
     4<para>Choose a password for user root and set it by running the following
    55command:</para>
    66
  • entities/dejagnu.ent

    r20c9af0 r9c713f35  
    33<!ENTITY c5-dejagnu SYSTEM "../chapter05/dejagnu.xml">
    44<!ENTITY c5-dejagnu-inst SYSTEM "../chapter05/dejagnu-inst.xml">
    5 
    6 <!ENTITY c6-dejagnu SYSTEM "../chapter06/dejagnu.xml">
    7 <!ENTITY c6-dejagnu-inst SYSTEM "../chapter06/dejagnu-inst.xml">
    85
    96<!ENTITY aa-dejagnu SYSTEM "../appendixa/dejagnu.xml">
  • entities/expect.ent

    r20c9af0 r9c713f35  
    44<!ENTITY c5-expect SYSTEM "../chapter05/expect.xml">
    55<!ENTITY c5-expect-inst SYSTEM "../chapter05/expect-inst.xml">
    6 
    7 <!ENTITY c6-expect SYSTEM "../chapter06/expect.xml">
    8 <!ENTITY c6-expect-inst SYSTEM "../chapter06/expect-inst.xml">
    96
    107<!ENTITY aa-expect SYSTEM "../appendixa/expect.xml">
  • entities/tcl.ent

    r20c9af0 r9c713f35  
    33<!ENTITY c5-tcl SYSTEM "../chapter05/tcl.xml">
    44<!ENTITY c5-tcl-inst SYSTEM "../chapter05/tcl-inst.xml">
    5 
    6 <!ENTITY c6-tcl SYSTEM "../chapter06/tcl.xml">
    7 <!ENTITY c6-tcl-inst SYSTEM "../chapter06/tcl-inst.xml">
    85
    96<!ENTITY aa-tcl SYSTEM "../appendixa/tcl.xml">
Note: See TracChangeset for help on using the changeset viewer.