aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-08-27 04:14:09 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-08-27 04:14:09 +0000
commitfbcfacd2f4ab3d6e0883bd8b5418dc20bdcad20d (patch)
tree66c1bc7c0b97cf22527695dc587ff741872937c3 /chapter08
parenta8b6190cae14be9c9182a6fbf8060a4733863a65 (diff)
Reverting my past changes accidentally removed by Alex
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel-inst.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml
index 442bbc16f..1716466c4 100644
--- a/chapter08/kernel-inst.xml
+++ b/chapter08/kernel-inst.xml
@@ -31,6 +31,10 @@ 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
+requirements, we must enable the tmpfs filesystem option, and mount a tmpfs
+filesystem at /dev/shm.</para>
+
<para>Verify dependencies and create dependency information files:</para>
<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc dep</userinput></screen></para>