diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-22 22:26:46 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-22 22:26:46 +0000 |
commit | 360e2c43cd050de14a654927da9a7610af9e38ce (patch) | |
tree | fa36484dc5954a41335c6ec7ddf0b305c020129d /chapter08/fstab.xml | |
parent | 1612f40eb9f1b8ea766ea308e40d6b3fe14f6fc5 (diff) |
Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index c52daee44..83ddc1ab3 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -32,12 +32,13 @@ end of the line should be replaced with <emphasis>0 0</emphasis>, as such a partition does not need to be dumped or checked</para> <para>The <filename>/dev/shm</filename> mount point for tmpfs is included to -enable POSIX shared memory. Your kernel must have the required support built -into it for this to work. More about this in the next section. Please note that -currently, very little software actually uses POSIX shared memory. Therefore you -can consider the <filename>/dev/shm</filename> mount optional. For more -information, see <filename>Documentation/filesystems/tmpfs.txt</filename> in the -kernel source tree.</para> +allow enabling POSIX shared memory. Your kernel must have the required support +built into it for this to work -- more about this in the next section. Please +note that currently very little software actually uses POSIX shared memory. +Therefore you can consider the <filename>/dev/shm</filename> mount point +optional. For more information, see +<filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel source +tree.</para> <para>There are other lines which you may consider adding to your <filename>fstab</filename> file. One example is a line to use if you intend to |