diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 14:30:14 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 14:30:14 +0000 |
commit | 53b5ccf1730f9f481fca06bac949d3ea8dbd61c7 (patch) | |
tree | bf05ecf324c49f2133349837330a3bf34c43f99e /chapter08/kernel.xml | |
parent | 137bd506ad66d6c67186a63b30abd3c626e5a66d (diff) |
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 77db00cda..d60fe0767 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -9,9 +9,10 @@ the most recent kernel sources available. <para> Building the kernel involves a few steps: configuring it and compiling -it. There are a few ways to configure the kernel. If you don't like the -way this book does it, read the <filename>README</filename> file and find out -what your other options are. Run the following commands to build the +it. There are a few ways to configure the kernel. If a user doesn't like the +way this book does it, he should read the <filename>README</filename> +file and find out +what the other options are. The following commands are run to build the kernel: </para> |