mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
More small text adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2723b394fc
commit
684183e82d
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
<para>Before starting to install Glibc, you must <userinput>cd</userinput>
|
<para>Before starting to install Glibc, you must <userinput>cd</userinput>
|
||||||
into the <filename>glibc-&glibc-version;</filename> directory and unpack
|
into the <filename>glibc-&glibc-version;</filename> directory and unpack
|
||||||
Glibc-linuxthreads in that directory, not in <filename>$LFS/tools/src</filename>
|
Glibc-linuxthreads in that directory, not in the directory where you usually
|
||||||
as you would normally do.</para>
|
unpack all the sources.</para>
|
||||||
|
|
||||||
<note><para>We are going to run the test suite for Glibc in this chapter.
|
<note><para>We are going to run the test suite for Glibc in this chapter.
|
||||||
However, it's worth pointing out that the Glibc test suite we run in this
|
However, it's worth pointing out that the Glibc test suite we run in this
|
||||||
|
@ -26,9 +26,12 @@ in some situations. See the <filename>README</filename> file for
|
|||||||
more information.</para>
|
more information.</para>
|
||||||
|
|
||||||
<para>If you wish, you may skip kernel configuration by simply copying the
|
<para>If you wish, you may skip kernel configuration by simply copying the
|
||||||
kernel config file, <filename>.config</filename>, from your host system to the
|
kernel config file, <filename>.config</filename>, from your host system
|
||||||
<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
|
(assuming it is available) to the unpacked
|
||||||
directory.</para>
|
<filename class="directory">linux-&kernel-version;</filename> directory.
|
||||||
|
However, we don't recommend this option. You're much better off exploring all
|
||||||
|
the configuration menus and creating your own kernel configuration from
|
||||||
|
scratch.</para>
|
||||||
|
|
||||||
<para>For POSIX shared memory support, ensure that the kernel config option
|
<para>For POSIX shared memory support, ensure that the kernel config option
|
||||||
"Virtual memory file system support" is enabled. It resides within the "File
|
"Virtual memory file system support" is enabled. It resides within the "File
|
||||||
@ -49,8 +52,8 @@ systems" menu and is normally enabled by default.</para>
|
|||||||
<para>If you intend to use kernel modules, you will need an
|
<para>If you intend to use kernel modules, you will need an
|
||||||
<filename>/etc/modules.conf</filename> file. Information pertaining
|
<filename>/etc/modules.conf</filename> file. Information pertaining
|
||||||
to modules and to kernel configuration in general may be found in the
|
to modules and to kernel configuration in general may be found in the
|
||||||
kernel documentation, which is stored stored in
|
kernel documentation, which is found in the
|
||||||
<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
|
<filename>linux-&kernel-version;/Documentation</filename> directory. The
|
||||||
modules.conf man page and the kernel HOWTO at
|
modules.conf man page and the kernel HOWTO at
|
||||||
<ulink url="&tldp-root;HOWTO/Kernel-HOWTO.html"/> may also be of
|
<ulink url="&tldp-root;HOWTO/Kernel-HOWTO.html"/> may also be of
|
||||||
interest to you.</para>
|
interest to you.</para>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "20031007">
|
<!ENTITY version "20031008">
|
||||||
<!ENTITY releasedate "October 7th, 2003">
|
<!ENTITY releasedate "October 8th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user