diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 04:43:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-20 04:43:00 +0000 |
commit | 84479a6efdd209444715c827c1c4e0d8b672ee1d (patch) | |
tree | e41a7257fe585501471116b98d00aaf2f63e4211 /chapter05/kernel-inst.xml | |
parent | db6cd3f71a49ed39657a438d582a5edbcb7fdaa6 (diff) |
Updated to current versions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r-- | chapter05/kernel-inst.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 50ace44bb..a12a517b1 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -14,6 +14,8 @@ The kernel configuration file is created by running the following command: </para> <blockquote><literallayout> + <userinput>patch -Np1 -i ../linux-&kernel-version;.patch + &&</userinput> <userinput>make mrproper &&</userinput> <userinput>yes "" | make config &&</userinput> <userinput>make dep &&</userinput> |