Changeset 6d432ef


Ignore:
Timestamp:
Jul 5, 2006, 11:02:32 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
beaf175
Parents:
98babf3
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.


Files:
7 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/findutils.xml

    r98babf3 r6d432ef  
    5757
    5858<screen os="h"><userinput>make install</userinput></screen>
     59
     60    <para os="t">Find from Findutils is used by some of the scripts
     61    in the CLFS-Bootscripts package. As <filename
     62    class="directory">/usr</filename> may not be available during the early
     63    stages of booting, those binaries need to be on the root partition:</para>
     64
     65<screen os="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen>
    5966
    6067  </sect2>
  • final-system/common/kbd.xml

    r98babf3 r6d432ef  
    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>
  • final-system/multilib/findutils.xml

    r98babf3 r6d432ef  
    6262    href="../common/findutils.xml"
    6363    xpointer="xpointer(//*[@os='h'])"/>
     64
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../common/findutils.xml"
     67    xpointer="xpointer(//*[@os='i'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../common/findutils.xml"
     71    xpointer="xpointer(//*[@os='j'])"/>
    6472
    6573  </sect2>
  • final-system/multilib/kbd.xml

    r98babf3 r6d432ef  
    3434    xpointer="xpointer(//*[@os='a'])"/>
    3535
    36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure</userinput></screen>
     36<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --datadir=/lib64/kbd</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5454    xpointer="xpointer(//*[@os='g'])"/>
    5555
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/kbd.xml"
     58    xpointer="xpointer(//*[@os='h'])"/>
     59
     60    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     61    href="../common/kbd.xml"
     62    xpointer="xpointer(//*[@os='i'])"/>
     63
    5664  </sect2>
    5765
  • final-system/sparc/kbd.xml

    r98babf3 r6d432ef  
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
     65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     66    href="../common/kbd.xml"
     67    xpointer="xpointer(//*[@os='h'])"/>
     68
     69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     70    href="../common/kbd.xml"
     71    xpointer="xpointer(//*[@os='i'])"/>
     72
    6573  </sect2>
    6674
  • final-system/sparc64/kbd.xml

    r98babf3 r6d432ef  
    6666    xpointer="xpointer(//*[@os='g'])"/>
    6767
     68    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     69    href="../common/kbd.xml"
     70    xpointer="xpointer(//*[@os='h'])"/>
     71
     72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     73    href="../common/kbd.xml"
     74    xpointer="xpointer(//*[@os='i'])"/>
     75
    6876  </sect2>
    6977
  • introduction/common/changelog.xml

    r98babf3 r6d432ef  
    3838
    3939    <listitem>
     40      <para>July 5, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Fixes a possible issue with bootscripts if the
     44          the /usr partition is not mounted during startup. Moved find to /bin and
     45          moved some kbd utilities to /bin.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>July 4, 2006</para>
    4152      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.