aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-10 17:52:00 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-10 17:52:00 +0000
commitf459b4d85658925193ff3374323741cbcf029ba1 (patch)
tree0ff6c08d8696934a1fecda8e683fb529c15f2ce5 /chapter05/kernel-inst.xml
parent1a36f930f4b857037b112398a904332ae43d500c (diff)
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
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index 27af821bc..dd140fd1d 100644
--- a/chapter05/kernel-inst.xml
+++ b/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>