diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-19 20:15:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-19 20:15:21 +0000 |
commit | 32fa31ba623e8087184d262e2b1d0a8f70e21601 (patch) | |
tree | 155f7697a0cc4506463b1091fc28f820ca0cf144 /chapter08 | |
parent | 776f1dc3a469a6b2cbd429efad4e40c5eb4466d4 (diff) |
Remove reference to /dev/shm in fstab description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 9440ce5e0..7972886c0 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -42,6 +42,7 @@ EOF</userinput></screen> class="filesystem">ext3</systemitem>. For details on the six fields in this file, see <command>man 5 fstab</command>.</para> +<!-- <para>The <filename class="directory">/dev/shm</filename> mount point for <systemitem class="filesystem">tmpfs</systemitem> is included to allow enabling POSIX-shared memory. The kernel must have the required @@ -52,6 +53,7 @@ EOF</userinput></screen> information, see <filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel source tree.</para> +--> <para>Filesystems with MS-DOS or Windows origin (i.e.: vfat, ntfs, smbfs, cifs, iso9660, udf) need the <quote>iocharset</quote> mount option in order for |