From cfdcaef7823d0b4841cbea42d4b555417568d7aa Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Tue, 26 Aug 2003 19:05:12 +0000 Subject: Added tmpfs mount at /dev/shm - Bugzilla bug 562 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/fstab.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter08/fstab.xml') diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index c9ccdc951..80b515f15 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -15,6 +15,7 @@ following: /dev/*LFS* / *fs-type* defaults 1 1 /dev/*swap* swap swap pri=1 0 0 proc /proc proc defaults 0 0 +shm /dev/shm tmpfs defaults 0 0 # End /etc/fstab EOF @@ -27,6 +28,10 @@ appropriate values (/dev/hda2, /dev/hda5 and reiserfs for example). When adding a reiserfs partition, the 1 1 at the end of the line should be replaced with 0 0. +A tmpfs mount is added at /dev/shm to comply with Posix shared memory +requirements. For more information, see the file +Documentation/filesystems/tmpfs.txt in the kernel source tree. + For more information on the various fields which are in the fstab file, see man 5 fstab. -- cgit v1.2.3-54-g00ecf