|
@@ -15,30 +15,8 @@ Create the kernel configuration file by running the following command:
|
|
|
|
|
|
<blockquote><literallayout>
|
|
<blockquote><literallayout>
|
|
|
|
|
|
- <userinput>yes "" | make config</userinput>
|
|
|
|
-
|
|
|
|
-</literallayout></blockquote>
|
|
|
|
-
|
|
|
|
-<para>
|
|
|
|
-Ignore the warning <emphasis>Broken pipe</emphasis> you might see at the
|
|
|
|
-end. Now run the following commands to set up all the dependencies correctly:
|
|
|
|
-</para>
|
|
|
|
-
|
|
|
|
-<blockquote><literallayout>
|
|
|
|
-
|
|
|
|
- <userinput>make dep</userinput>
|
|
|
|
-
|
|
|
|
-</literallayout></blockquote>
|
|
|
|
-
|
|
|
|
-<para>
|
|
|
|
-Now that that's done, we need to create the <filename class="symlink">
|
|
|
|
-$LFS/usr/include/linux</filename> and the <filename class="symlink">
|
|
|
|
-$LFS/usr/include/asm</filename> symlinks. Create them by running the
|
|
|
|
-following commands:
|
|
|
|
-</para>
|
|
|
|
-
|
|
|
|
-<blockquote><literallayout>
|
|
|
|
-
|
|
|
|
|
|
+ <userinput>yes "" | make config &&</userinput>
|
|
|
|
+ <useirnput>make dep &&</userinput>
|
|
<userinput>cd $LFS/usr/include &&</userinput>
|
|
<userinput>cd $LFS/usr/include &&</userinput>
|
|
<userinput>ln -s ../src/linux/include/linux &&</userinput>
|
|
<userinput>ln -s ../src/linux/include/linux &&</userinput>
|
|
<userinput>ln -s ../src/linux/include/asm</userinput>
|
|
<userinput>ln -s ../src/linux/include/asm</userinput>
|