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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter08/fstab.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e651c2fd8..a8686a180 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-10-19</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove reference to /dev/shm in fstab description. + It is now automatic at /run/shm.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-10-17</para> <itemizedlist> <listitem> 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 diff --git a/general.ent b/general.ent index bc7bbedc5..4ae0c435f 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20111017"> -<!ENTITY releasedate "Oct 17, 2011"> +<!ENTITY version "SVN-20111019"> +<!ENTITY releasedate "Oct 19, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |