Changeset 32a0631 in clfs-sysroot
- Timestamp:
- Jul 9, 2006, 9:32:53 AM (18 years ago)
- Branches:
- master
- Children:
- f18649d
- Parents:
- 83baa46
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/findutils.xml
r83baa46 r32a0631 54 54 55 55 <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> 56 63 57 64 </sect2> -
BOOK/final-system/common/kbd.xml
r83baa46 r32a0631 44 44 <para os="a">Prepare Kbd for compilation:</para> 45 45 46 <screen os="b"><userinput>./configure </userinput></screen>46 <screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen> 47 47 48 48 <para os="c">Compile the package:</para> … … 53 53 54 54 <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> 55 62 56 63 </sect2> -
BOOK/final-system/common/shadow.xml
r83baa46 r32a0631 110 110 dictionary:</para> 111 111 112 <screen ><userinput>cp {LFS}/etc/login.defs login.defs.orig112 <screen role="nodump"><userinput>cp {LFS}/etc/login.defs login.defs.orig 113 113 sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig > ${CLFS}/etc/login.defs</userinput></screen> 114 114 </note> … … 153 153 154 154 <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 156 156 <command>man useradd</command> or 157 157 <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more -
BOOK/introduction/common/changelog.xml
r83baa46 r32a0631 38 38 39 39 <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> 40 51 <para>July 2, 2006</para> 41 52 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.