aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/fstab.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-17 13:51:35 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-17 13:51:35 +0000
commit0a2cc662c64a5a5754fa0f2e3a029f27776e55f4 (patch)
tree87eb63859a3fbe8b6b16be08a1837c2f658ee7ca /chapter08/fstab.xml
parenta5bf7d8c54c555a250802b7c3838689398bf8704 (diff)
we already create the dev/pts dir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r--chapter08/fstab.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 90a772231..52df27edd 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -31,13 +31,11 @@ file, see <userinput>man 5 fstab</userinput>.</para>
<para>There are other lines which you may consider adding to your fstab
file. One example is the line which you must have if you are using
-devpts, note that you must also create the /dev/pts directory for this
-to work:</para>
+devpts:</para>
<para><screen>none /dev/pts devpts gid=4,mode=620 0 0</screen></para>
<para>Another example is a line to use if you intend to use USB
-devices. This time, you don't create the directory as it's part of the
-proc virtual filesystem:</para>
+devices:</para>
<para><screen>none /proc/bus/usb usbdevfs defaults 0 0</screen></para>
<para>Both of these options will only work if you have the relevant