we already create the dev/pts dir

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-08-17 13:51:35 +00:00
parent a5bf7d8c54
commit 0a2cc662c6

View File

@ -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 <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 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 devpts:</para>
to work:</para>
<para><screen>none /dev/pts devpts gid=4,mode=620 0 0</screen></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 <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 devices:</para>
proc virtual filesystem:</para>
<para><screen>none /proc/bus/usb usbdevfs defaults 0 0</screen></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 <para>Both of these options will only work if you have the relevant