瀏覽代碼

Removed excessive explanations

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父節點
當前提交
6d901003a6
共有 1 個文件被更改,包括 2 次插入24 次删除
  1. 2 24
      chapter05/kernel-inst.xml

+ 2 - 24
chapter05/kernel-inst.xml

@@ -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 &amp;&amp;</userinput>
+	<useirnput>make dep &amp;&amp;</userinput>
 	<userinput>cd $LFS/usr/include &amp;&amp;</userinput>
 	<userinput>cd $LFS/usr/include &amp;&amp;</userinput>
 	<userinput>ln -s ../src/linux/include/linux &amp;&amp;</userinput>
 	<userinput>ln -s ../src/linux/include/linux &amp;&amp;</userinput>
 	<userinput>ln -s ../src/linux/include/asm</userinput>
 	<userinput>ln -s ../src/linux/include/asm</userinput>