mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
renamed usbdevfs to usbfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
74d8c96456
commit
70ad6d74b2
@ -41,6 +41,11 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>December 5th, 2002 [gerard]: Chapter 08 - Renamed
|
||||||
|
<emphasis>usbdevfs</emphasis> into <emphasis>usbfs</emphasis> as the kernel
|
||||||
|
guys made this change to reduce confusion with
|
||||||
|
<emphasis>devfs</emphasis>.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
|
<listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
|
||||||
--disable-nls</para></listitem>
|
--disable-nls</para></listitem>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ devpts:</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:</para>
|
devices:</para>
|
||||||
<para><screen>usbdevfs /proc/bus/usb usbdevfs defaults 0 0</screen></para>
|
<para><screen>usbfs /proc/bus/usb usbfs 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
|
||||||
support compiled into your kernel.</para>
|
support compiled into your kernel.</para>
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20021204">
|
<!ENTITY version "20021205">
|
||||||
<!ENTITY releasedate "December 4th, 2002">
|
<!ENTITY releasedate "December 5th, 2002">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user