Ignore:
Timestamp:
Jul 5, 2006, 11:02:32 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0fe1203
Parents:
425f616
Message:

r4333@server: jim | 2006-07-05 10:14:39 -0700

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


File:
1 edited

Legend:

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

    r425f616 re990cbd9  
    3232    <para os="a">Prepare Kbd for compilation:</para>
    3333
    34 <screen os="b"><userinput>./configure</userinput></screen>
     34<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
    3535
    3636    <para os="c">Compile the package:</para>
     
    4343
    4444<screen os="g"><userinput>make install</userinput></screen>
     45
     46    <para os="h">Some of the Programs from Kbd are used by some of the scripts
     47    in the CLFS-Bootscripts package. As <filename
     48    class="directory">/usr</filename> may not be available during the early
     49    stages of booting, those binaries need to be on the root partition:</para>
     50
     51<screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen>
    4552
    4653  </sect2>
Note: See TracChangeset for help on using the changeset viewer.