From 1e66abe82d665e624ee0801a81e73d8fd14b11b3 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 4 Oct 2003 02:55:49 +0000 Subject: Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 4c38ede0e..b89afd0c2 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -32,9 +32,12 @@ end of the line should be replaced with 0 0, as such a partition does not need to be dumped or checked The /dev/shm mount point for tmpfs is included to -comply with Posix shared memory requirements. For more information on this, -see Documentation/filesystems/tmpfs.txt in the kernel -source tree. +enable POSIX shared memory. Your kernel must have the required support built +into it for this to work. More about this in the next section. Please note that +currently, very little software actually uses POSIX shared memory. Therefore you +can consider the /dev/shm mount optional. For more +information, see Documentation/filesystems/tmpfs.txt in the +kernel source tree. There are other lines which you may consider adding to your fstab file. One example is a line to use if you intend to -- cgit v1.2.3-54-g00ecf