aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-29 23:20:53 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-29 23:20:53 +0000
commit5e49531c2381fa865fbf026812be54781da9e1d3 (patch)
tree1cf0588e97f200d9df6f10fab4b07d31294c71f9 /chapter08
parent89fcc345410a3b858b6c23ba219e828bc21e4de4 (diff)
Adding some missing markup, and changing remaining /static's to /stage1's.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel-inst.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml
index 1716466c4..480db6a1b 100644
--- a/chapter08/kernel-inst.xml
+++ b/chapter08/kernel-inst.xml
@@ -25,15 +25,14 @@ on the source tree being clean after untarring.</para>
in some situations. See the <filename>README</filename> file for
more information.</para>
-<para>If you wish, you may skip kernel configuration by copying the
-kernel config file, <filename>.config</filename>, from your host
-system to the
+<para>If you wish, you may skip kernel configuration by simply copying the
+kernel config file, <filename>.config</filename>, from your host system to the
<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
directory.</para>
-<para>It's important to note that to be compliant with Posix shared memory
+<para>It's important to note that to be compliant with POSIX shared memory
requirements, we must enable the tmpfs filesystem option, and mount a tmpfs
-filesystem at /dev/shm.</para>
+filesystem at <filename>/dev/shm</filename>.</para>
<para>Verify dependencies and create dependency information files:</para>