Author: krejzi
Date: Fri Feb 15 13:20:26 2013
New Revision: 10160

Log:
Move fstab in place for Systemd.

Modified:
   branches/systemd/BOOK/chapter08/fstab.xml

Modified: branches/systemd/BOOK/chapter08/fstab.xml
==============================================================================
--- branches/systemd/BOOK/chapter08/fstab.xml   Fri Feb 15 13:14:37 2013        
(r10159)
+++ branches/systemd/BOOK/chapter08/fstab.xml   Fri Feb 15 13:20:26 2013        
(r10160)
@@ -27,11 +27,6 @@
 
 /dev/<replaceable>&lt;xxx&gt;</replaceable>     /            
<replaceable>&lt;fff&gt;</replaceable>    defaults            1     1
 /dev/<replaceable>&lt;yyy&gt;</replaceable>     swap         swap     pri=1    
           0     0
-proc           /proc        proc     nosuid,noexec,nodev 0     0
-sysfs          /sys         sysfs    nosuid,noexec,nodev 0     0
-devpts         /dev/pts     devpts   gid=5,mode=620      0     0
-tmpfs          /run         tmpfs    defaults            0     0
-devtmpfs       /dev         devtmpfs mode=0755,nosuid    0     0
 
 # End /etc/fstab</literal>
 EOF</userinput></screen>
@@ -44,19 +39,6 @@
   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
-  support built into it for this to work (more about this is in the next
-  section). Please note that very little software currently uses
-  POSIX-shared memory.  Therefore, consider the <filename
-  class="directory">/dev/shm</filename> mount point optional. For more
-  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
   non-ASCII characters in file names to be interpreted properly. The value
@@ -96,8 +78,6 @@
   <quote>Default iocharset for FAT</quote> 
(<option>CONFIG_FAT_DEFAULT_IOCHARSET</option>).
   There is no way to specify these settings for the
   ntfs filesystem at kernel compilation time.</para>
-  <!-- Personally, I find it more foolproof to always specify the iocharset and
-  codepage in /etc/fstab for MS-based filesystems - Alexander E. Patrakov -->
 
   <para>It is possible to make the ext3 filesystem reliable across power
   failures for some hard disk types.  To do this, add the
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to