mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Wrapping fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f18c5aa425
commit
17fadf75d3
@ -102,6 +102,9 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
|
<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
|
||||||
problem. Removed the effectively dead link to the Kernel
|
problem. Removed the effectively dead link to the Kernel
|
||||||
HOWTO.</para></listitem>
|
HOWTO.</para></listitem>
|
||||||
|
@ -62,8 +62,7 @@ cd ../gcc-build</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
|
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
|
||||||
--libexecdir=/usr/lib --enable-shared --enable-threads=posix \
|
--libexecdir=/usr/lib --enable-shared --enable-threads=posix \
|
||||||
--enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
|
--enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
@ -49,8 +49,7 @@ capabilities to hotplug. It is not well tested. If you chose to apply it,
|
|||||||
run the following command:
|
run the following command:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch
|
<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
|
|
||||||
<para>And finally install the hotplug package:</para>
|
<para>And finally install the hotplug package:</para>
|
||||||
|
@ -27,8 +27,7 @@ being owned by user root, group root, and only accessible to root. As you
|
|||||||
can easily imagine, this isn't ideal. Give it a much better configuration
|
can easily imagine, this isn't ideal. Give it a much better configuration
|
||||||
by applying the following patch:</para>
|
by applying the following patch:</para>
|
||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch
|
<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<para>Now compile Udev:</para>
|
<para>Now compile Udev:</para>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "CVS-20040529">
|
<!ENTITY version "CVS-20040601">
|
||||||
<!ENTITY releasedate "May 29, 2004">
|
<!ENTITY releasedate "June, 2004">
|
||||||
<!ENTITY milestone "6.0">
|
<!ENTITY milestone "6.0">
|
||||||
|
|
||||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||||
|
Loading…
Reference in New Issue
Block a user