Changeset b588d62


Ignore:
Timestamp:
02/15/2013 09:20:26 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
69f85d46
Parents:
f3317d4
Message:

Move fstab in place for Systemd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    rf3317d4 rb588d62  
    2828/dev/<replaceable>&lt;xxx&gt;</replaceable>     /            <replaceable>&lt;fff&gt;</replaceable>    defaults            1     1
    2929/dev/<replaceable>&lt;yyy&gt;</replaceable>     swap         swap     pri=1               0     0
    30 proc           /proc        proc     nosuid,noexec,nodev 0     0
    31 sysfs          /sys         sysfs    nosuid,noexec,nodev 0     0
    32 devpts         /dev/pts     devpts   gid=5,mode=620      0     0
    33 tmpfs          /run         tmpfs    defaults            0     0
    34 devtmpfs       /dev         devtmpfs mode=0755,nosuid    0     0
    3530
    3631# End /etc/fstab</literal>
     
    4439  class="filesystem">ext3</systemitem>. For details on the six
    4540  fields in this file, see <command>man 5 fstab</command>.</para>
    46 
    47 <!--
    48   <para>The <filename class="directory">/dev/shm</filename> mount point
    49   for <systemitem class="filesystem">tmpfs</systemitem> is included to
    50   allow enabling POSIX-shared memory. The kernel must have the required
    51   support built into it for this to work (more about this is in the next
    52   section). Please note that very little software currently uses
    53   POSIX-shared memory.  Therefore, consider the <filename
    54   class="directory">/dev/shm</filename> mount point optional. For more
    55   information, see
    56   <filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel
    57   source tree.</para>
    58 -->
    5941
    6042  <para>Filesystems with MS-DOS or Windows origin (i.e.: vfat, ntfs, smbfs, cifs,
     
    9779  There is no way to specify these settings for the
    9880  ntfs filesystem at kernel compilation time.</para>
    99   <!-- Personally, I find it more foolproof to always specify the iocharset and
    100   codepage in /etc/fstab for MS-based filesystems - Alexander E. Patrakov -->
    10181
    10282  <para>It is possible to make the ext3 filesystem reliable across power
Note: See TracChangeset for help on using the changeset viewer.