Changeset 32a0631 in clfs-sysroot for BOOK/final-system/common/kbd.xml


Ignore:
Timestamp:
Jul 9, 2006, 9:32:53 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f18649d
Parents:
83baa46
Message:

Fixes a possible issue with bootscripts if the /usr partition is not mounted during startup. Moved find to /bin and some kbd utilities to /bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/kbd.xml

    r83baa46 r32a0631  
    4444    <para os="a">Prepare Kbd for compilation:</para>
    4545
    46 <screen os="b"><userinput>./configure</userinput></screen>
     46<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
    4747
    4848    <para os="c">Compile the package:</para>
     
    5353
    5454<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     55
     56    <para os="g">Some of the Programs from Kbd are used by some of the scripts
     57    in the CLFS-Bootscripts package. As <filename
     58    class="directory">/usr</filename> may not be available during the early
     59    stages of booting, those binaries need to be on the root partition:</para>
     60
     61<screen os="h"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont} ${CLFS}/bin</userinput></screen>
    5562
    5663  </sect2>
Note: See TracChangeset for help on using the changeset viewer.