mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Removed excessive explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e3eb0fae82
commit
6d901003a6
@ -15,30 +15,8 @@ Create the kernel configuration file by running the following command:
|
||||
|
||||
<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>ln -s ../src/linux/include/linux &&</userinput>
|
||||
<userinput>ln -s ../src/linux/include/asm</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user