diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:14:48 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 19:14:48 +0000 |
commit | 875141e0da8f060d7011bc052493a9d869278805 (patch) | |
tree | 35820c7271c4a78c2990e88e11b4c5f0ddd59098 /chapter08 | |
parent | 0988f83f60dbcb7b1114b288660bf6eae04b6242 (diff) |
Fixing beginpage tags. Fisrt round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 11cb5ba9d..e8abf06d9 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -131,8 +131,6 @@ kernel. Issue the following command to install the map file:</para> <screen><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen> -<beginpage/> - <para>The kernel configuration file <filename>.config</filename> produced by the <command>make menuconfig</command> step above contains all the configuration selections for the kernel |