Author: jim
Date: 2006-07-05 12:21:55 -0600 (Wed, 05 Jul 2006)
New Revision: 1908
Modified:
/
trunk/BOOK/
trunk/BOOK/final-system/common/findutils.xml
trunk/BOOK/final-system/common/kbd.xml
trunk/BOOK/final-system/multilib/findutils.xml
trunk/BOOK/final-system/multilib/kbd.xml
trunk/BOOK/final-system/sparc/kbd.xml
trunk/BOOK/final-system/sparc64/kbd.xml
trunk/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r2000): jim | 2006-07-05 11:02:32 -0700
[EMAIL PROTECTED]: 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.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1999
+ b6734a72-470d-0410-b049-f317dca95413:/:2000
Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4332
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
+ 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4333
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
Modified: trunk/BOOK/final-system/common/findutils.xml
===================================================================
--- trunk/BOOK/final-system/common/findutils.xml 2006-07-05 18:21:46 UTC
(rev 1907)
+++ trunk/BOOK/final-system/common/findutils.xml 2006-07-05 18:21:55 UTC
(rev 1908)
@@ -57,6 +57,13 @@
<screen os="h"><userinput>make install</userinput></screen>
+ <para os="t">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="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen>
+
</sect2>
<sect2 id="contents-findutils" role="content">
Modified: trunk/BOOK/final-system/common/kbd.xml
===================================================================
--- trunk/BOOK/final-system/common/kbd.xml 2006-07-05 18:21:46 UTC (rev
1907)
+++ trunk/BOOK/final-system/common/kbd.xml 2006-07-05 18:21:55 UTC (rev
1908)
@@ -31,7 +31,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>
@@ -43,6 +43,13 @@
<screen os="g"><userinput>make install</userinput></screen>
+ <para os="h">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="i"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont}
/bin</userinput></screen>
+
</sect2>
<sect2 id="contents-kbd" role="content">
Modified: trunk/BOOK/final-system/multilib/findutils.xml
===================================================================
--- trunk/BOOK/final-system/multilib/findutils.xml 2006-07-05 18:21:46 UTC
(rev 1907)
+++ trunk/BOOK/final-system/multilib/findutils.xml 2006-07-05 18:21:55 UTC
(rev 1908)
@@ -62,6 +62,14 @@
href="../common/findutils.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/findutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/findutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+
</sect2>
<sect2 id="contents-findutils" role="content">
Modified: trunk/BOOK/final-system/multilib/kbd.xml
===================================================================
--- trunk/BOOK/final-system/multilib/kbd.xml 2006-07-05 18:21:46 UTC (rev
1907)
+++ trunk/BOOK/final-system/multilib/kbd.xml 2006-07-05 18:21:55 UTC (rev
1908)
@@ -33,7 +33,7 @@
href="../common/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure
--datadir=/lib64/kbd</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/kbd.xml"
@@ -53,6 +53,14 @@
href="../common/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/sparc/kbd.xml
===================================================================
--- trunk/BOOK/final-system/sparc/kbd.xml 2006-07-05 18:21:46 UTC (rev
1907)
+++ trunk/BOOK/final-system/sparc/kbd.xml 2006-07-05 18:21:55 UTC (rev
1908)
@@ -62,6 +62,14 @@
href="../common/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/final-system/sparc64/kbd.xml
===================================================================
--- trunk/BOOK/final-system/sparc64/kbd.xml 2006-07-05 18:21:46 UTC (rev
1907)
+++ trunk/BOOK/final-system/sparc64/kbd.xml 2006-07-05 18:21:55 UTC (rev
1908)
@@ -65,6 +65,14 @@
href="../common/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-07-05 18:21:46 UTC
(rev 1907)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-07-05 18:21:55 UTC
(rev 1908)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>July 5, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - 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.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 4, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page