mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Remove reference to /dev/shm in fstab description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
776f1dc3a4
commit
32fa31ba62
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2011-10-17</para>
|
<para>2011-10-17</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -42,6 +42,7 @@ EOF</userinput></screen>
|
|||||||
class="filesystem">ext3</systemitem>. For details on the six
|
class="filesystem">ext3</systemitem>. For details on the six
|
||||||
fields in this file, see <command>man 5 fstab</command>.</para>
|
fields in this file, see <command>man 5 fstab</command>.</para>
|
||||||
|
|
||||||
|
<!--
|
||||||
<para>The <filename class="directory">/dev/shm</filename> mount point
|
<para>The <filename class="directory">/dev/shm</filename> mount point
|
||||||
for <systemitem class="filesystem">tmpfs</systemitem> is included to
|
for <systemitem class="filesystem">tmpfs</systemitem> is included to
|
||||||
allow enabling POSIX-shared memory. The kernel must have the required
|
allow enabling POSIX-shared memory. The kernel must have the required
|
||||||
@ -52,6 +53,7 @@ EOF</userinput></screen>
|
|||||||
information, see
|
information, see
|
||||||
<filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel
|
<filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel
|
||||||
source tree.</para>
|
source tree.</para>
|
||||||
|
-->
|
||||||
|
|
||||||
<para>Filesystems with MS-DOS or Windows origin (i.e.: vfat, ntfs, smbfs, cifs,
|
<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
|
iso9660, udf) need the <quote>iocharset</quote> mount option in order for
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20111017">
|
<!ENTITY version "SVN-20111019">
|
||||||
<!ENTITY releasedate "Oct 17, 2011">
|
<!ENTITY releasedate "Oct 19, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user