瀏覽代碼

Remove reference to /dev/shm in fstab description

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 13 年之前
父節點
當前提交
32fa31ba62
共有 3 個文件被更改,包括 14 次插入2 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 0
      chapter08/fstab.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <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>

+ 2 - 0
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

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->