Changeset 1ad4a4a in clfs-sysroot


Ignore:
Timestamp:
Jul 23, 2006, 9:14:05 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
a0e360d
Parents:
14d8967
Message:

Update the kernel commands to the proper arch and changed the path to the keymaps, and a text update.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/arm/kernel.xml

    r14d8967 r1ad4a4a  
    4141    below:</para>
    4242
    43 <screen os="f"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
     43<screen os="f"><userinput>loadkeys -m ${CLFS}/lib/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
    4444    drivers/char/defkeymap.c</userinput></screen>
    4545
    4646    <para os="g">For example, if using a Dutch keyboard, use
    47     <filename>/usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
     47    <filename>${CLFS}/lib/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>
    4848
    4949    <para os="h">Configure the kernel via a menu-driven interface.
  • BOOK/bootable/x86/kernel.xml

    r14d8967 r1ad4a4a  
    7070    xpointer="xpointer(//*[@os='m'])"/>
    7171
    72     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    73     href="../arm/kernel.xml"
    74     xpointer="xpointer(//*[@os='n'])"/>
     72<screen os="n"><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    7573
    7674    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9492    xpointer="xpointer(//*[@os='s'])"/>
    9593
    96     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    97     href="../arm/kernel.xml"
    98     xpointer="xpointer(//*[@os='t'])"/>
     94<screen os="t"><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
     95    INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    9996
    10097    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    106103    xpointer="xpointer(//*[@os='v'])"/>
    107104
    108 <screen><userinput>cp vmlinux /boot/clfskernel-&linux-version;</userinput></screen>
     105<screen><userinput>cp arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen>
    109106
    110107    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/prologue/common/prerequisites.xml

    r14d8967 r1ad4a4a  
    4949      <ulink url="&hints-root;essential_prereading.txt"/></para>
    5050
    51       <para>This is an hint written specifically for users new to Linux.
     51      <para>This is a hint written specifically for users new to Linux.
    5252      It includes a list of links to excellent sources of information on a
    5353      wide range of topics. Anyone attempting to install CLFS should have an
Note: See TracChangeset for help on using the changeset viewer.