mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c287312682
commit
fba870f2a5
@ -46,6 +46,10 @@
|
|||||||
<para>[Chris] - Corrected the home page for Patch.
|
<para>[Chris] - Corrected the home page for Patch.
|
||||||
Fixes <ulink url="&lfs-ticket-root;3621">#3621</ulink>.</para>
|
Fixes <ulink url="&lfs-ticket-root;3621">#3621</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[Chris] - Various text updates.
|
||||||
|
Fixes <ulink url="&lfs-ticket-root;3622">#3622</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
|
<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen>
|
||||||
|
|
||||||
<para>Additionally, starting with LFS-7.0, there is a separate file,
|
<para>Additionally, starting with LFS-7.0, there is a separate file,
|
||||||
<ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
|
<ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all
|
||||||
the correct packages are available before proceeding. Place that file in
|
the correct packages are available before proceeding. Place that file in
|
||||||
<filename class="directory">$LFS/sources</filename> and run:</para>
|
<filename class="directory">$LFS/sources</filename> and run:</para>
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<para>Although Perl comes with a test suite, it would be better to wait
|
<para>Although Perl comes with a test suite, it would be better to wait
|
||||||
until it is installed in the next chapter.</para>
|
until it is installed in the next chapter.</para>
|
||||||
|
|
||||||
<para>Only a few of the utilities and libraries, need to be installed at this
|
<para>Only a few of the utilities and libraries need to be installed at this
|
||||||
time:</para>
|
time:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">cp -v perl cpan/podlators/pod2man /tools/bin
|
<screen><userinput remap="install">cp -v perl cpan/podlators/pod2man /tools/bin
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<para>There are a couple of tests that incorrectly link to the
|
<para>There are a couple of tests that incorrectly link to the
|
||||||
wrong version of the flex library, so we temporarily work around
|
wrong version of the flex library, so we temporarily work around
|
||||||
the problem. Also, using the -j4 make option speeds up the tests, even on
|
the problem. Also, using the -j4 make option speeds up the tests, even on
|
||||||
systems with only one processor due to internal delays in individual
|
systems with only one processor, due to internal delays in individual
|
||||||
tests. To test the results, issue:</para>
|
tests. To test the results, issue:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh
|
||||||
|
@ -64,8 +64,8 @@ Ask your system administrator to create more.</computeroutput></screen>
|
|||||||
<screen><userinput remap="pre">rm -fv etc/standards.info
|
<screen><userinput remap="pre">rm -fv etc/standards.info
|
||||||
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
|
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
|
||||||
|
|
||||||
<para>Add an upstream patch to use gcc's link time optimization (LTO)
|
<para>Add an upstream patch to use GCC's link time optimization (LTO)
|
||||||
the default:</para>
|
by default:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Flex</title>
|
<title>Installation of Flex</title>
|
||||||
|
|
||||||
<para>First, skip running three regression tests that require bison.</para>
|
<para>First, skip running three regression tests that require Bison:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
|
<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
<title>Installation of Inetutils</title>
|
<title>Installation of Inetutils</title>
|
||||||
|
|
||||||
<para>Create a definition to allow the <command>ifconfig</command> program
|
<para>Create a definition to allow the <command>ifconfig</command> program
|
||||||
to build properly.</para>
|
to build properly:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen>
|
<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen>
|
||||||
|
|
||||||
|
@ -78,10 +78,9 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package, man pages, and create symlinks for
|
<para>Install the package and man pages, and create symlinks for
|
||||||
compatibility with Module-Init-Tools (the package that previously handled
|
compatibility with Module-Init-Tools (the package that previously handled
|
||||||
Linux kernel modules). Also make sure that all libraries are in the
|
Linux kernel modules):</para>
|
||||||
correct directory: </para>
|
|
||||||
|
|
||||||
<screen><userinput remap="install">make install
|
<screen><userinput remap="install">make install
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<sect2 role="package">
|
<sect2 role="package">
|
||||||
<title/>
|
<title/>
|
||||||
|
|
||||||
<para>The Man-pages package contains over 1,900 man pages.</para>
|
<para>The Man-pages package contains over 2,200 man pages.</para>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>&buildtime;</segtitle>
|
<segtitle>&buildtime;</segtitle>
|
||||||
|
@ -316,7 +316,7 @@
|
|||||||
<term><command>udev_retry</command></term>
|
<term><command>udev_retry</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Retries failed udev uevents, and copies generated rules
|
<para>Retries failed udev uevents, and copies generated rules
|
||||||
files from to
|
files from <filename class="directory">/run/udev</filename> to
|
||||||
<filename class="directory">/etc/udev/rules.d</filename> if required</para>
|
<filename class="directory">/etc/udev/rules.d</filename> if required</para>
|
||||||
<indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
|
<indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
|
||||||
<primary sortas="d-udev-retry">udev_retry</primary>
|
<primary sortas="d-udev-retry">udev_retry</primary>
|
||||||
|
@ -102,7 +102,7 @@ Device Drivers --->
|
|||||||
<para>This will create automated device nodes which are populated by the
|
<para>This will create automated device nodes which are populated by the
|
||||||
kernel, even without udev running. Udev then runs on top of this,
|
kernel, even without udev running. Udev then runs on top of this,
|
||||||
managing permissions and adding symlinks. This configuration
|
managing permissions and adding symlinks. This configuration
|
||||||
itme is required for all users of udev/eudev. </para>
|
item is required for all users of Udev/Eudev.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -151,7 +151,7 @@ Device Drivers --->
|
|||||||
located in <xref linkend="ch-scripts-udev"/> and in the kernel
|
located in <xref linkend="ch-scripts-udev"/> and in the kernel
|
||||||
documentation in the <filename
|
documentation in the <filename
|
||||||
class="directory">linux-&linux-version;/Documentation</filename> directory.
|
class="directory">linux-&linux-version;/Documentation</filename> directory.
|
||||||
Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
|
Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
|
||||||
|
|
||||||
<para>Install the modules, if the kernel configuration uses them:</para>
|
<para>Install the modules, if the kernel configuration uses them:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user