Changeset 9d5337b
- Timestamp:
- Oct 15, 2008, 11:47:17 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b169dfe
- Parents:
- c5f3cf70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/x86/before-chroot.xml
rc5f3cf70 r9d5337b 15 15 <para>Before we can enter the chroot we have to make sure that the system is 16 16 in the proper state. From this point on the <envar>${CLFS_TARGET}</envar> 17 envi ornment variable will no longer exist, so it will have no bearing on the18 rest of the book . From this point on,most packages will rely on17 environment variable will no longer exist, so it will have no bearing on the 18 rest of the book - most packages will rely on 19 19 <command>config.guess</command> provided by 20 20 <xref linkend="ch-system-automake"/>. Packages that do not use autotools 21 either do not care about the target triplet, or theyhave their own means22 of determining it 's value.</para>21 either do not care about the target triplet, or have their own means 22 of determining its value.</para> 23 23 24 <para>In both cases, The information about the host cpu used to determine24 <para>In both cases, the information about the host cpu used to determine 25 25 the target triplet is gathered from the same place, 26 26 <command>uname -m</command>. Executing this command outside of the chroot 27 as well as inside the chroot will have the exact same output.</para>27 as well as inside the chroot will have the exact same output.</para> 28 28 29 <para>If you're unsure if you 'rehost and target have the same target30 triplet, you can use this test to determine what the host s target triplet29 <para>If you're unsure if your host and target have the same target 30 triplet, you can use this test to determine what the host's target triplet 31 31 is and if you need to take any steps to ensure that you don't build for the 32 32 wrong architecture. Extract the <xref linkend="ch-system-automake"/> tarball 33 33 and <command>cd</command> into the created directory. Then execute the 34 following to see what the ydetected target triplet is by35 <command>config.guess</command> .</para>34 following to see what the detected target triplet is by 35 <command>config.guess</command>:</para> 36 36 37 37 <screen><userinput>lib/config.guess</userinput></screen> … … 52 52 53 53 <para>To test if setarch does everything you need it to, execute the 54 following command from inside ofthe <xref linkend="ch-system-automake"/>54 following command from inside the <xref linkend="ch-system-automake"/> 55 55 directory:</para> 56 56 … … 95 95 <para os="uuc">Extract the tarball and <command>cd</command> into the 96 96 created directory. To build the Uname Hack you must have the kernel sources 97 for you currently running kernel available. Build the Uname Hack with the97 for your currently running kernel available. Build the Uname Hack with the 98 98 following or similar command:</para> 99 99 … … 107 107 <listitem> 108 108 <para>This parameter sets the value that the uts machine type will be 109 changed to. Alternativ ley this could be set to i586 or i686.</para>109 changed to. Alternatively this could be set to i586 or i686.</para> 110 110 </listitem> 111 111 </varlistentry> … … 113 113 </variablelist> 114 114 115 <para os="uuf">In the top level directory of the Uname Hack pac akage you116 should see a file named uname_hack.ko. As soon as that module is loaded117 into the running kernel the output of <command>uname -m</command> will be118 affected immediately system-wide. Load the kernel module with the following119 command:</para>115 <para os="uuf">In the top level directory of the Uname Hack package you 116 should see a file named <filename>uname_hack.ko</filename>. As soon as 117 that module is loaded into the running kernel the output of 118 <command>uname -m</command> will be affected immediately system-wide. 119 Load the kernel module with the following command:</para> 120 120 121 121 <screen os="uug"><userinput>insmod uname_hack.ko</userinput></screen> 122 122 123 123 <para os="uuh">To test if the Uname Hack is working properly, execute the 124 following command from inside ofthe <xref linkend="ch-system-automake"/>124 following command from inside the <xref linkend="ch-system-automake"/> 125 125 directory:</para> 126 126 … … 128 128 129 129 <para os="uuj">The output of the above command should be the same as the 130 <envar>${CLFS_TARGET}</envar> envi ornment variable. If this is not the131 case, You can try and get help on the CLFS Support Mailing List or the130 <envar>${CLFS_TARGET}</envar> environment variable. If this is not the 131 case, you can try and get help on the CLFS Support Mailing List or the 132 132 IRC Channel. See <xref linkend="ch-intro-askforhelp"/> for more 133 133 information.</para>
Note:
See TracChangeset
for help on using the changeset viewer.