Changeset 32a0631 in clfs-sysroot


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.

Location:
BOOK
Files:
4 edited

Legend:

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

    r83baa46 r32a0631  
    5454
    5555<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     56
     57    <para os="h">Find from Findutils is used by some of the scripts
     58    in the CLFS-Bootscripts package. As <filename
     59    class="directory">/usr</filename> may not be available during the early
     60    stages of booting, those binaries need to be on the root partition:</para>
     61
     62<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/find ${CLFS}/bin/find</userinput></screen>
    5663
    5764  </sect2>
  • 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>
  • BOOK/final-system/common/shadow.xml

    r83baa46 r32a0631  
    110110      dictionary:</para>
    111111
    112 <screen><userinput>cp {LFS}/etc/login.defs login.defs.orig
     112<screen role="nodump"><userinput>cp {LFS}/etc/login.defs login.defs.orig
    113113sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig &gt; ${CLFS}/etc/login.defs</userinput></screen>
    114114    </note>
     
    153153
    154154    <para>To view or change the default settings for new user accounts that
    155     you create, you can edit <filename>/etc/default/useradd</filename>. See 
     155    you create, you can edit <filename>/etc/default/useradd</filename>. See
    156156    <command>man useradd</command> or
    157157    <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more
  • BOOK/introduction/common/changelog.xml

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