Changeset 5846de5 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
458ac4c
Parents:
e2ce6d78
git-author:
Andrew Bradford <andrew@…> (10/24/13 12:38:07)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

fstab: Just a root line

The bootscripts will take care of all the tmpfs-like file systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/common/fstab.xml

    re2ce6d78 r5846de5  
    2121
    2222<screen><userinput>cat &gt; ${CLFS}/targetfs/etc/fstab &lt;&lt; "EOF"
    23 <literal># Begin /etc/fstab
    24 
    25 # file system  mount-point  type   options          dump  fsck
    26 #                                                         order
    27 
    28 /dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1
    29 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
    30 proc           /proc        proc   defaults         0     0
    31 sysfs          /sys         sysfs  defaults         0     0
    32 devpts         /dev/pts     devpts gid=4,mode=620   0     0
    33 shm            /dev/shm     tmpfs  defaults         0     0
    34 # End /etc/fstab</literal>
     23<literal># file-system  mount-point  type   options          dump  fsck
     24/dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1</literal>
    3525EOF</userinput></screen>
    3626
    37   <para os="b">Replace <replaceable>[xxx]</replaceable>,
    38   <replaceable>[yyy]</replaceable>, and <replaceable>[fff]</replaceable>
     27  <para os="b">Replace <replaceable>[xxx]</replaceable>
     28  and <replaceable>[fff]</replaceable>
    3929  with the values appropriate for the system, for example, <filename
    40   class="partition">hda2</filename>, <filename
    41   class="partition">hda5</filename>, and <systemitem
    42   class="filesystem">ext2</systemitem>. For details on the six
     30  class="partition">mmcblk0p2</filename>
     31  and <systemitem class="filesystem">ext4</systemitem>. For details on the
    4332  fields in this file, see <command>man 5 fstab</command>.</para>
    4433
    45   <para os="c">The <filename class="directory">/dev/shm</filename> mount point
    46   for <systemitem class="filesystem">tmpfs</systemitem> is included to
    47   allow enabling POSIX-shared memory. The kernel must have the required
    48   support built into it for this to work (more about this is in the next
    49   section). Please note that very little software currently uses
    50   POSIX-shared memory.  Therefore, consider the <filename
    51   class="directory">/dev/shm</filename> mount point optional. For more
    52   information, see <filename>Documentation/filesystems/tmpfs.txt</filename>
    53   in the kernel source tree.</para>
     34  <para>You may also add any other file systems, such as swap or other partitions
     35  or network file systems, to this fstab as well.</para>
    5436
    5537</sect1>
Note: See TracChangeset for help on using the changeset viewer.