Author: jim
Date: 2006-07-23 17:45:09 -0600 (Sun, 23 Jul 2006)
New Revision: 2141
Modified:
/
branches/clfs-2.0/BOOK/final-system/arm/kbd.xml
branches/clfs-2.0/BOOK/final-system/x86/kbd.xml
Log:
[EMAIL PROTECTED] (orig r2261): jciccone | 2006-07-23 12:49:50 -0700
Added an explanation for the datadir parameter in kbd instructions.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2260
+ b6734a72-470d-0410-b049-f317dca95413:/:2261
Modified: branches/clfs-2.0/BOOK/final-system/arm/kbd.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/arm/kbd.xml 2006-07-23 23:26:11 UTC
(rev 2140)
+++ branches/clfs-2.0/BOOK/final-system/arm/kbd.xml 2006-07-23 23:45:09 UTC
(rev 2141)
@@ -45,26 +45,40 @@
<screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen>
+ <variablelist os="c">
+ <title>The meaning of the configure options:</title>
+
+ <varlistentry>
+ <term><parameter>--datadir</parameter></term>
+ <listitem>
+ <para>This option places the Kbd data and keymap files into /lib/kbd,
+ as they are used by some of the scripts in the CLFS-Bootscripts
+ package and must be on the root partition.</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
<para os="s5">Configure detects the architecture of the host system. The
following sed changes this value to your target architecture.</para>
<screen os="s6"><userinput>cp make_include{,.orig}
sed "/^ARCH/s/=.*/=arm/" make_include.orig >
make_include</userinput></screen>
- <para os="c">Compile the package:</para>
+ <para os="d">Compile the package:</para>
-<screen os="d"><userinput>make CC="${CC}"</userinput></screen>
+<screen os="e"><userinput>make CC="${CC}"</userinput></screen>
- <para os="e">Install the package:</para>
+ <para os="f">Install the package:</para>
-<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
- <para os="g">Some of the Programs from Kbd are used by some of the scripts
+ <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="h"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont}
${CLFS}/bin</userinput></screen>
+<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,openvt,setfont}
${CLFS}/bin</userinput></screen>
</sect2>
Modified: branches/clfs-2.0/BOOK/final-system/x86/kbd.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/x86/kbd.xml 2006-07-23 23:26:11 UTC
(rev 2140)
+++ branches/clfs-2.0/BOOK/final-system/x86/kbd.xml 2006-07-23 23:45:09 UTC
(rev 2141)
@@ -55,6 +55,10 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s5'])"/>
<screen os="s6"><userinput>cp make_include{,.orig}
@@ -62,10 +66,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/kbd.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../arm/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
@@ -84,6 +84,10 @@
href="../arm/kbd.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page