Author: jim
Date: 2006-07-09 13:45:50 -0600 (Sun, 09 Jul 2006)
New Revision: 1944
Modified:
/
branches/clfs-2.0/BOOK/final-system/common/findutils.xml
branches/clfs-2.0/BOOK/final-system/common/kbd.xml
branches/clfs-2.0/BOOK/final-system/common/shadow.xml
branches/clfs-2.0/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r2042): jciccone | 2006-07-09 09:32:53 -0700
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.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2041
+ b6734a72-470d-0410-b049-f317dca95413:/:2042
Modified: branches/clfs-2.0/BOOK/final-system/common/findutils.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/findutils.xml 2006-07-09
19:45:39 UTC (rev 1943)
+++ branches/clfs-2.0/BOOK/final-system/common/findutils.xml 2006-07-09
19:45:50 UTC (rev 1944)
@@ -54,6 +54,13 @@
<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+ <para os="h">Find from Findutils is used by some of the scripts
+ in the CLFS-Bootscripts package. As <filename
+ class="directory">/usr</filename> may not be available during the early
+ stages of booting, those binaries need to be on the root partition:</para>
+
+<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/find
${CLFS}/bin/find</userinput></screen>
+
</sect2>
<sect2 id="contents-findutils" role="content">
Modified: branches/clfs-2.0/BOOK/final-system/common/kbd.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/kbd.xml 2006-07-09 19:45:39 UTC
(rev 1943)
+++ branches/clfs-2.0/BOOK/final-system/common/kbd.xml 2006-07-09 19:45:50 UTC
(rev 1944)
@@ -43,7 +43,7 @@
<para os="a">Prepare Kbd for compilation:</para>
-<screen os="b"><userinput>./configure</userinput></screen>
+<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
<para os="c">Compile the package:</para>
@@ -53,6 +53,13 @@
<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+ <para os="g">Some of the Programs from Kbd are used by some of the scripts
+ in the CLFS-Bootscripts package. As <filename
+ class="directory">/usr</filename> may not be available during the early
+ stages of booting, those binaries need to be on the root partition:</para>
+
+<screen os="h"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont}
${CLFS}/bin</userinput></screen>
+
</sect2>
<sect2 id="contents-kbd" role="content">
Modified: branches/clfs-2.0/BOOK/final-system/common/shadow.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/shadow.xml 2006-07-09
19:45:39 UTC (rev 1943)
+++ branches/clfs-2.0/BOOK/final-system/common/shadow.xml 2006-07-09
19:45:50 UTC (rev 1944)
@@ -109,7 +109,7 @@
this <command>sed</command> to correct the path to the Cracklib
dictionary:</para>
-<screen><userinput>cp {LFS}/etc/login.defs login.defs.orig
+<screen role="nodump"><userinput>cp {LFS}/etc/login.defs login.defs.orig
sed '[EMAIL PROTECTED]@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig >
${CLFS}/etc/login.defs</userinput></screen>
</note>
@@ -152,7 +152,7 @@
<screen role="nodump"><userinput>grpconv</userinput></screen>
<para>To view or change the default settings for new user accounts that
- you create, you can edit <filename>/etc/default/useradd</filename>. See
+ you create, you can edit <filename>/etc/default/useradd</filename>. See
<command>man useradd</command> or
<ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more
information.</para>
Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-09
19:45:39 UTC (rev 1943)
+++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-07-09
19:45:50 UTC (rev 1944)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>Date</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Fixes a possible issue with bootscripts if the
+ /usr partition is not mounted during startup. Moved find to /bin
+ and moved some kbd utilities to /bin.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 2, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page