Browse Source

Updated to linux-2.4.6. Removed need to patch kernel as it now compiles 'out of the box' with gcc-3.0

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 years ago
parent
commit
f459b4d856
1 changed files with 0 additions and 2 deletions
  1. 0 2
      chapter05/kernel-inst.xml

+ 0 - 2
chapter05/kernel-inst.xml

@@ -14,8 +14,6 @@ The kernel configuration file is created by running the following command:
 </para>
 
 <para>
-<screen>
-<userinput>patch -Np1 -i ../linux-&kernel-version;.patch &amp;&amp;</userinput>
 <userinput>make mrproper &amp;&amp;</userinput>
 <userinput>yes "" | make config &amp;&amp;</userinput>
 <userinput>make dep &amp;&amp;</userinput>