Changeset 3973

Show
Ignore:
Timestamp:
07/19/08 22:35:38 (4 months ago)
Author:
jciccone
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chroot/mips/before-chroot.xml

    r3968 r3973  
    3535<screen os="uud"><userinput>make uname_hack_fake_machine=mips</userinput></screen> 
    3636 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    38     href="../x86/before-chroot.xml" 
    39     xpointer="xpointer(//*[@os='uue'])"/> 
     37    <variablelist os="uue"> 
     38      <title>The meaning of the make and install options:</title> 
     39 
     40      <varlistentry os="uue1"> 
     41        <term><parameter>uname_hack_fake_machine=i486</parameter></term> 
     42        <listitem> 
     43          <para>This parameter sets the value that the uts machine type will be 
     44          changed to.</para> 
     45        </listitem> 
     46      </varlistentry> 
     47 
     48    </variablelist> 
    4049 
    4150    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     
    5564    xpointer="xpointer(//*[@os='uui'])"/> 
    5665 
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     67    href="../x86/before-chroot.xml" 
     68    xpointer="xpointer(//*[@os='uuj'])"/> 
     69 
    5770  </sect2> 
    5871 
  • trunk/BOOK/chroot/ppc/before-chroot.xml

    r3968 r3973  
    3535<screen os="uud"><userinput>make uname_hack_fake_machine=ppc</userinput></screen> 
    3636 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    38     href="../x86/before-chroot.xml" 
    39     xpointer="xpointer(//*[@os='uue'])"/> 
     37    <variablelist os="uue"> 
     38      <title>The meaning of the make and install options:</title> 
     39 
     40      <varlistentry os="uue1"> 
     41        <term><parameter>uname_hack_fake_machine=ppc</parameter></term> 
     42        <listitem> 
     43          <para>This parameter sets the value that the uts machine type will be 
     44          changed to.</para> 
     45        </listitem> 
     46      </varlistentry> 
     47 
     48    </variablelist> 
    4049 
    4150    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     
    5564    xpointer="xpointer(//*[@os='uui'])"/> 
    5665 
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     67    href="../x86/before-chroot.xml" 
     68    xpointer="xpointer(//*[@os='uuj'])"/> 
     69 
    5770  </sect2> 
    5871 
  • trunk/BOOK/chroot/sparc/before-chroot.xml

    r3968 r3973  
    3535<screen os="uud"><userinput>make uname_hack_fake_machine=sparc</userinput></screen> 
    3636 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    38     href="../x86/before-chroot.xml" 
    39     xpointer="xpointer(//*[@os='uue'])"/> 
     37    <variablelist os="uue"> 
     38      <title>The meaning of the make and install options:</title> 
     39 
     40      <varlistentry os="uue1"> 
     41        <term><parameter>uname_hack_fake_machine=sparc</parameter></term> 
     42        <listitem> 
     43          <para>This parameter sets the value that the uts machine type will be 
     44          changed to.</para> 
     45        </listitem> 
     46      </varlistentry> 
     47 
     48    </variablelist> 
    4049 
    4150    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     
    5564    xpointer="xpointer(//*[@os='uui'])"/> 
    5665 
     66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     67    href="../x86/before-chroot.xml" 
     68    xpointer="xpointer(//*[@os='uuj'])"/> 
     69 
    5770  </sect2> 
    5871 
  • trunk/BOOK/chroot/x86/before-chroot.xml

    r3968 r3973  
    100100<screen os="uud"><userinput>make uname_hack_fake_machine=i486</userinput></screen> 
    101101 
    102     <para os="uue">In the top level directory of the Uname Hack pacakage you 
     102    <variablelist os="uue"> 
     103      <title>The meaning of the make and install options:</title> 
     104 
     105      <varlistentry os="uue1"> 
     106        <term><parameter>uname_hack_fake_machine=i486</parameter></term> 
     107        <listitem> 
     108          <para>This parameter sets the value that the uts machine type will be 
     109          changed to. Alternativley this could be set to i586 or i686.</para> 
     110        </listitem> 
     111      </varlistentry> 
     112 
     113    </variablelist> 
     114 
     115    <para os="uuf">In the top level directory of the Uname Hack pacakage you 
    103116    should see a file named uname_hack.ko. As soon as that module is loaded 
    104117    into the running kernel the output of <command>uname -m</command> will be 
     
    106119    command:</para> 
    107120 
    108 <screen os="uuf"><userinput>insmod uname_hack.ko</userinput></screen> 
     121<screen os="uug"><userinput>insmod uname_hack.ko</userinput></screen> 
    109122 
    110     <para os="uug">To test if the Uname Hack is working properly, execute the 
     123    <para os="uuh">To test if the Uname Hack is working properly, execute the 
    111124    following command from inside of the <xref linkend="ch-system-automake"/> 
    112125    directory:</para> 
    113126 
    114 <screen os="uuh"><userinput>lib/config.guess</userinput></screen> 
     127<screen os="uui"><userinput>lib/config.guess</userinput></screen> 
    115128 
    116     <para os="uui">The output of the above command should be the same as the 
     129    <para os="uuj">The output of the above command should be the same as the 
    117130    <envar>${CLFS_TARGET}</envar> enviornment variable. If this is not the 
    118131    case, You can try and get help on the CLFS Support Mailing List or the 
  • trunk/BOOK/general.ent

    r3971 r3973  
    33<!ENTITY month "07"> <!-- Use two digits --> 
    44<!ENTITY month_name "July"> 
    5 <!ENTITY day "14"> <!-- Use two digits --> 
     5<!ENTITY day "19"> <!-- Use two digits --> 
    66<!ENTITY year "2008"> <!-- Use four digits --> 
    77