mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fixed grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@674 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9ea11242d3
commit
01a97e6e8f
@ -30,9 +30,7 @@ needing later on.
|
||||
<userinput>cp -R ../src/linux/include/linux .</userinput> and
|
||||
<userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>:
|
||||
These commands copy the kernel headers in the
|
||||
<filename>$LFS/usr/include</filename> directory. For details on why we don't
|
||||
link to these directories (anymore), and instead copy them, please refer to the
|
||||
<filename>README</filename> file in the kernel source.
|
||||
<filename>$LFS/usr/include</filename> directory.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<sect2>
|
||||
<title>Installation of Linux Kernel</title>
|
||||
<title>Installation of the Linux Kernel</title>
|
||||
|
||||
<para>
|
||||
We won't be compiling a new kernel image yet. We'll do that after we
|
||||
have finished the installation of the basic system software in this
|
||||
chapter. But because certain software need the kernel header files, we're
|
||||
chapter. But because certain software needs the kernel header files, we're
|
||||
going to unpack the kernel archive now and set it up so that we can
|
||||
compile package that need the kernel.
|
||||
compile the packages that need the kernel.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user