mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Fixing beginpage tags. Fisrt round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0988f83f60
commit
875141e0da
@ -222,7 +222,7 @@ mirror</para></listitem>
|
||||
|
||||
<listitem><para><ulink url="mailto:stuart@althalus.me.uk">Stuart
|
||||
Harris</ulink> <stuart@althalus.me.uk> –
|
||||
lfs.mirror.intermedia.com.sg mirror</para></listitem>
|
||||
lfs.mirror.intermedia.com.sg mirror</para><beginpage/></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -68,7 +68,6 @@ url="http://www.linuxfromscratch.org/~matthew/LFS-references.html"/>.</para>
|
||||
accessing the website and downloading the required packages more
|
||||
convenient. Please visit the LFS website at <ulink url="&lfs-root;"/>
|
||||
for a list of current mirrors.</para>
|
||||
<beginpage/>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ch-scatter-contactinfo">
|
||||
|
@ -123,6 +123,7 @@ needed to build an LFS system:</para>
|
||||
<term>Perl Libc Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
|
||||
<beginpage/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -96,8 +96,6 @@ scripts, which are not needed.</para></listitem>
|
||||
|
||||
<para>The source directories of both Tcl and Expect can now be removed.</para>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-expect" role="content"><title>Contents of Expect</title>
|
||||
|
@ -83,6 +83,8 @@ actual build of GCC. That is, all of the final (and temporary)
|
||||
binaries created during the build will link against the new
|
||||
Glibc.</para>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<important><para>The above patches are critical in ensuring a
|
||||
successful overall build. Do not forget to apply
|
||||
them.</para></important>
|
||||
@ -158,8 +160,6 @@ target now because the compiler being used to compile this GCC was
|
||||
built from the exact same version of the GCC sources used
|
||||
earlier.</para>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>Compilation is now complete. As previously mentioned, running
|
||||
the test suites for the temporary tools compiled in this chapter is
|
||||
not mandatory. To run the GCC test suite anyway, use the following
|
||||
|
@ -77,14 +77,14 @@ library.</para></listitem>
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-kernel=2.6.0</parameter></term>
|
||||
<listitem><para>This tells Glibc to compile the library with support
|
||||
for 2.6.x Linux kernels.</para></listitem>
|
||||
for 2.6.x Linux kernels.</para><beginpage/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--with-binutils=/tools/bin</parameter></term>
|
||||
<listitem><para>While not required, this switch ensures that there are
|
||||
no errors pertaining to which Binutils programs get used during the
|
||||
Glibc build.</para><beginpage/></listitem>
|
||||
Glibc build.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -48,7 +48,6 @@ mknod -m 666 /dev/tty c 5 0
|
||||
mknod -m 444 /dev/random c 1 8
|
||||
mknod -m 444 /dev/urandom c 1 9
|
||||
chown root:tty /dev/{console,ptmx,tty}</userinput></screen>
|
||||
<!-- -->
|
||||
|
||||
<para>There are some symlinks and directories required by LFS that are created
|
||||
during system startup by the LFS-Bootscripts package. Since this is a chroot
|
||||
@ -69,6 +68,8 @@ newly-created directories:</para>
|
||||
<screen><userinput>mount -t devpts -o gid=4,mode=620 none /dev/pts
|
||||
mount -t tmpfs none /dev/shm</userinput></screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>The <command>mount</command> commands executed above may result
|
||||
in the following warning message:</para>
|
||||
|
||||
|
@ -168,7 +168,7 @@ gcov</seg>
|
||||
<listitem>
|
||||
<para>A shell script used to help create useful bug reports</para>
|
||||
<indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm>
|
||||
<beginpage/></listitem>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="gcov">
|
||||
|
@ -134,8 +134,6 @@ with:</para>
|
||||
|
||||
<screen><userinput>make localedata/install-locales</userinput></screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>To save time, an alternative to running the
|
||||
previous command (which generates and installs every locale Glibc is
|
||||
aware of) is to install only those locales that are wanted and needed.
|
||||
@ -186,8 +184,6 @@ on the threading API (applicable to NPTL as well):</para>
|
||||
|
||||
<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>
|
||||
@ -250,8 +246,6 @@ mode.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="conf-ld" role="configuration">
|
||||
|
@ -74,14 +74,14 @@ variable. If you use multiple terminal types for one computer it may be better
|
||||
to selectively add the <envar>GROFF_NO_SGR</envar> environment variable for the
|
||||
terminals that do not support SGR.</para></note>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>If the character set of the locale uses 8-bit characters, search for the
|
||||
line beginning with <quote>NROFF</quote> in <filename>/etc/man.conf</filename>,
|
||||
and verify that it matches the following:</para>
|
||||
|
||||
<screen>NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>Note that <quote>latin1</quote> should be used even if it is not
|
||||
the character set of the locale. The reason is that, according to the
|
||||
specification, <command>groff</command> has no means of typesetting
|
||||
|
@ -76,8 +76,6 @@ file while copying it to its destination:</para>
|
||||
|
||||
<screen><userinput>mv /usr/bin/passwd /bin</userinput></screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>Move Shadow's libraries to more appropriate locations:</para>
|
||||
|
||||
<screen><userinput>mv /lib/libshadow.*a /usr/lib
|
||||
|
@ -131,8 +131,6 @@ kernel. Issue the following command to install the map file:</para>
|
||||
|
||||
<screen><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen>
|
||||
|
||||
<beginpage/>
|
||||
|
||||
<para>The kernel configuration file <filename>.config</filename>
|
||||
produced by the <command>make menuconfig</command> step
|
||||
above contains all the configuration selections for the kernel
|
||||
|
Loading…
Reference in New Issue
Block a user