[Clfs-commits] commit: r3973 - in /trunk/BOOK: chroot/mips/before-chroot.xml chroot/ppc/before-chroot.xml chroot/sparc/before-chroot.xml chroot/x86/before-chroot.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Sat Jul 19 15:35:39 PDT 2008


Author: jciccone
Date: Sat Jul 19 22:35:38 2008
New Revision: 3973

Log:
Update Date and add an explanation to the option that determines the uts machine type when compiling the uname hack module.

Modified:
    trunk/BOOK/chroot/mips/before-chroot.xml
    trunk/BOOK/chroot/ppc/before-chroot.xml
    trunk/BOOK/chroot/sparc/before-chroot.xml
    trunk/BOOK/chroot/x86/before-chroot.xml
    trunk/BOOK/general.ent

Modified: trunk/BOOK/chroot/mips/before-chroot.xml
==============================================================================
--- trunk/BOOK/chroot/mips/before-chroot.xml (original)
+++ trunk/BOOK/chroot/mips/before-chroot.xml Sat Jul 19 22:35:38 2008
@@ -34,9 +34,18 @@
 
 <screen os="uud"><userinput>make uname_hack_fake_machine=mips</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86/before-chroot.xml"
-    xpointer="xpointer(//*[@os='uue'])"/>
+    <variablelist os="uue">
+      <title>The meaning of the make and install options:</title>
+
+      <varlistentry os="uue1">
+        <term><parameter>uname_hack_fake_machine=i486</parameter></term>
+        <listitem>
+          <para>This parameter sets the value that the uts machine type will be
+          changed to.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/before-chroot.xml"
@@ -54,6 +63,10 @@
     href="../x86/before-chroot.xml"
     xpointer="xpointer(//*[@os='uui'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86/before-chroot.xml"
+    xpointer="xpointer(//*[@os='uuj'])"/>
+
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/chroot/ppc/before-chroot.xml
==============================================================================
--- trunk/BOOK/chroot/ppc/before-chroot.xml (original)
+++ trunk/BOOK/chroot/ppc/before-chroot.xml Sat Jul 19 22:35:38 2008
@@ -34,9 +34,18 @@
 
 <screen os="uud"><userinput>make uname_hack_fake_machine=ppc</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86/before-chroot.xml"
-    xpointer="xpointer(//*[@os='uue'])"/>
+    <variablelist os="uue">
+      <title>The meaning of the make and install options:</title>
+
+      <varlistentry os="uue1">
+        <term><parameter>uname_hack_fake_machine=ppc</parameter></term>
+        <listitem>
+          <para>This parameter sets the value that the uts machine type will be
+          changed to.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/before-chroot.xml"
@@ -54,6 +63,10 @@
     href="../x86/before-chroot.xml"
     xpointer="xpointer(//*[@os='uui'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86/before-chroot.xml"
+    xpointer="xpointer(//*[@os='uuj'])"/>
+
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/chroot/sparc/before-chroot.xml
==============================================================================
--- trunk/BOOK/chroot/sparc/before-chroot.xml (original)
+++ trunk/BOOK/chroot/sparc/before-chroot.xml Sat Jul 19 22:35:38 2008
@@ -34,9 +34,18 @@
 
 <screen os="uud"><userinput>make uname_hack_fake_machine=sparc</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../x86/before-chroot.xml"
-    xpointer="xpointer(//*[@os='uue'])"/>
+    <variablelist os="uue">
+      <title>The meaning of the make and install options:</title>
+
+      <varlistentry os="uue1">
+        <term><parameter>uname_hack_fake_machine=sparc</parameter></term>
+        <listitem>
+          <para>This parameter sets the value that the uts machine type will be
+          changed to.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/before-chroot.xml"
@@ -54,6 +63,10 @@
     href="../x86/before-chroot.xml"
     xpointer="xpointer(//*[@os='uui'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86/before-chroot.xml"
+    xpointer="xpointer(//*[@os='uuj'])"/>
+
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/chroot/x86/before-chroot.xml
==============================================================================
--- trunk/BOOK/chroot/x86/before-chroot.xml (original)
+++ trunk/BOOK/chroot/x86/before-chroot.xml Sat Jul 19 22:35:38 2008
@@ -99,21 +99,34 @@
 
 <screen os="uud"><userinput>make uname_hack_fake_machine=i486</userinput></screen>
 
-    <para os="uue">In the top level directory of the Uname Hack pacakage you
+    <variablelist os="uue">
+      <title>The meaning of the make and install options:</title>
+
+      <varlistentry os="uue1">
+        <term><parameter>uname_hack_fake_machine=i486</parameter></term>
+        <listitem>
+          <para>This parameter sets the value that the uts machine type will be
+          changed to. Alternativley this could be set to i586 or i686.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+    <para os="uuf">In the top level directory of the Uname Hack pacakage you
     should see a file named uname_hack.ko. As soon as that module is loaded
     into the running kernel the output of <command>uname -m</command> will be
     affected immediately system-wide. Load the kernel module with the following
     command:</para>
 
-<screen os="uuf"><userinput>insmod uname_hack.ko</userinput></screen>
+<screen os="uug"><userinput>insmod uname_hack.ko</userinput></screen>
 
-    <para os="uug">To test if the Uname Hack is working properly, execute the
+    <para os="uuh">To test if the Uname Hack is working properly, execute the
     following command from inside of the <xref linkend="ch-system-automake"/>
     directory:</para>
 
-<screen os="uuh"><userinput>lib/config.guess</userinput></screen>
+<screen os="uui"><userinput>lib/config.guess</userinput></screen>
 
-    <para os="uui">The output of the above command should be the same as the
+    <para os="uuj">The output of the above command should be the same as the
     <envar>${CLFS_TARGET}</envar> enviornment variable. If this is not the
     case, You can try and get help on the CLFS Support Mailing List or the
     IRC Channel. See <xref linkend="ch-intro-askforhelp"/> for more

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Sat Jul 19 22:35:38 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "14"> <!-- Use two digits -->
+<!ENTITY day "19"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list