diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-26 11:49:04 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-26 11:49:04 +0000 |
commit | b48b8c50d910ddee559c6bf70c0b193ffd2e3c45 (patch) | |
tree | 984343d23a0db3505b574cfd5d91e1f31f6287b7 | |
parent | e0629437884c13f296c501b4781d007dafc08718 (diff) |
Removed beginpage tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
50 files changed, 70 insertions, 70 deletions
diff --git a/appendixb/acknowledgments.xml b/appendixb/acknowledgments.xml index 7f37c2112..f973b0489 100644 --- a/appendixb/acknowledgments.xml +++ b/appendixb/acknowledgments.xml @@ -78,7 +78,7 @@ leader, Toolchain maintainer, co-creator of Pure LFS <listitem><para><ulink url="mailto:semzx@newmail.ru">Alexander Patrakov</ulink> <semzx@newmail.ru> – Former LFS Technical -Writer</para><beginpage/></listitem> +Writer</para></listitem> <listitem><para><ulink url="mailto:jwrober@linuxfromscratch.org">James Robertson</ulink> <jwrober@linuxfromscratch.org> – Bugzilla @@ -243,7 +243,7 @@ mirror</para></listitem> <listitem><para><ulink url="mailto:sime@dot-sime.com">Simon Nicoll</ulink> <sime@dot-sime.com> – uk.linuxfromscratch.org mirror</para> -<beginpage/></listitem> +</listitem> </itemizedlist> diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml index 179e869ca..39ec063a9 100644 --- a/chapter01/askforhelp.xml +++ b/chapter01/askforhelp.xml @@ -88,7 +88,7 @@ section:</para> <screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen> -<beginpage/> + <para>This is not enough information to properly diagnose the problem because it only notes that something went wrong, not diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 60cdd7d73..6a9b693ad 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -71,7 +71,7 @@ password), give <emphasis>lfs</emphasis> a password:</para> <screen><userinput>chown lfs $LFS/tools</userinput></screen> -<beginpage/> + <para>If a separate working directory was created as suggested, give user <emphasis>lfs</emphasis> ownership of this directory:</para> diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 629cf3e47..0b705301d 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -57,7 +57,7 @@ tools in <filename class="directory">$LFS/tools</filename> as soon as they are available without remembering a previous version of the same program in a different location.</para> -<beginpage/> + <para>Setting the user file-creation mask (umask) to 022 ensures that newly created files and directories are only writable by their owner, but are readable and executable by anyone (assuming default modes are used diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index c58057880..3180c03db 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -50,7 +50,7 @@ unset SPECFILE</userinput></screen> <para><phrase condition="html">It is recommended that the above command be copy-and-pasted in order to ensure accuracy.</phrase> -<beginpage/> + Alternatively, the specs file can be edited by hand. This is done by replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote> <quote arch="raq2">/lib/ld.so.1</quote> with <quote arch="x86">/tools/lib/ld-linux.so.2</quote> @@ -79,7 +79,7 @@ possibility:</para> <screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> -<beginpage/> + <caution><para>At this point, it is imperative to stop and ensure that the basic functions (compiling and linking) of the new toolchain are diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 19c16f1de..0483cea56 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -52,7 +52,7 @@ this easily, wrap the four commands in a <command>time</command> command like this: <userinput>time { ./configure ... && ... && ... && make install; }</userinput>.</para></note> -<beginpage/> + <para>Now prepare Binutils for compilation:</para> <screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ @@ -110,7 +110,7 @@ first pass will soon be replaced by those from the second.</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + <para>Next, prepare the linker for the <quote>Adjusting</quote> phase later on:</para> diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index ab04942fc..eb57e4189 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -65,7 +65,7 @@ the host.</para></listitem> <screen><userinput>make</userinput></screen> -<beginpage/> + <para>Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Binutils test suite anyway, issue the following diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index c69e5f297..6f4599930 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -48,7 +48,7 @@ have consequences, including the need to patch the many packages that still use the old syntax. Therefore, it is recommended that the instructions be followed exactly as given above.</para> -<beginpage/> + <para>Compile the package:</para> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 428b9fe6c..8d88d62eb 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -66,7 +66,7 @@ certain host conditions that are not within our control. Therefore, test suite failures here are not surprising and are not considered critical.</para> -<beginpage/> + <para>Install the package:</para> <screen><userinput>make SCRIPTS="" install</userinput></screen> diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 66a1f2596..31385bf3b 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -58,7 +58,7 @@ cd ../gcc-build</userinput></screen> from <command>gcc</command>'s include search path. This is not absolutely essential, however, it helps to minimize the influence of the host system.</para> -<beginpage/> + </listitem> </varlistentry> @@ -118,7 +118,7 @@ replaced.</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + <para>As a finishing touch, create a symlink. Many programs and scripts run <command>cc</command> instead of <command>gcc</command>, which is used to keep programs generic and therefore usable on all kinds of UNIX systems where the GNU C compiler diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 77c08e036..884e46510 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -62,7 +62,7 @@ run the tests). By unpacking them in the working directory, they will all unfold into a single <filename class="directory">gcc-&gcc-version;/</filename> subdirectory.</para> -<beginpage/> + <para>First correct a known problem and make an essential adjustment:</para> <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch @@ -172,7 +172,7 @@ command:</para> <screen><userinput>make -k check</userinput></screen> -<beginpage/> + <para>The <parameter>-k</parameter> flag is used to make the test suite run through to completion and not stop at the first failure. The GCC test suite is very comprehensive and is almost guaranteed to generate a few diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 25784d671..77d9e5123 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -52,7 +52,7 @@ available.</para></listitem> </varlistentry> </variablelist> -<beginpage/> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index be96e90c9..2603fbd8c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -67,7 +67,7 @@ cd ../glibc-build</userinput></screen> --without-gd --without-cvs --with-headers=/tools/include \ --disable-selinux</userinput></screen> -<beginpage/> + <para>The meaning of the configure options:</para> <variablelist> @@ -133,7 +133,7 @@ correctly, but will not otherwise affect the build.</para></listitem> <!-- --> </variablelist> -<beginpage/> + <para>During this stage the following warning might appear:</para> <blockquote><screen><computeroutput>configure: WARNING: @@ -178,7 +178,7 @@ off and continue. This stop-start sequence can be circumvented by issuing a <command>make -k check</command> command. If using this option, be sure to log the output so that the log file can be examined for failures later.</para> -<beginpage/> + <para>The install stage of Glibc will issue a harmless warning at the end about the absence of <filename>/tools/etc/ld.so.conf</filename>. Prevent this warning with:</para> @@ -206,7 +206,7 @@ command:</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. diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 07270ef2b..2ee3ce72c 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -46,7 +46,7 @@ deprecated, but not invalid, use of the C or C++ syntax. C standards change fairly often, and some packages still use the older standard. This is not a problem, but does prompt the warning.</para> -<beginpage/> + <para>After installing each package, delete its source and build directories, unless specifically instructed otherwise. Deleting the diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 0b3647b6d..812ae0338 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -53,7 +53,7 @@ successfully.</para></listitem> </varlistentry> </variablelist> -<beginpage/> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 29571c275..650ded0e1 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -48,7 +48,7 @@ the next chapter.</para></listitem> </varlistentry> </variablelist> -<beginpage/> + <para>Compile only the required tools:</para> <screen><userinput>make perl utilities</userinput></screen> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 17c9cc02a..b2de6d231 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -62,7 +62,7 @@ Details on the <envar>TZ</envar> environment variable is provided in <screen><userinput>make install</userinput></screen> -<beginpage/> + <warning><para><emphasis>Do not</emphasis> remove the <filename class="directory">tcl&tcl-version;</filename> source directory yet, as the next package will need its internal headers.</para></warning> diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index ab4918042..79b31000e 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -52,7 +52,7 @@ The authoritative reference covering all platforms is in the source tree.</para> </important> -<beginpage/> + <para>Some key technical points of how the <xref linkend="chapter-temporary-tools"/> build method works:</para> @@ -176,7 +176,7 @@ class="directory">/usr</filename>, perform a quick changeover of the toolchain defaults, then proceed in building the rest of the target LFS system.</para> -<beginpage/> + <sect2> <title>Notes on Static Linking</title> diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 7c5dedae4..73f76bdd4 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -43,7 +43,7 @@ M4, Make, Perl, and Sed</seg></seglistitem> <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 56b8408bb..607e184a9 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -42,7 +42,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 98debb4e8..3073c34cb 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -52,7 +52,7 @@ other users' files from them. The latter is prohibited by the so-called <quote>sticky bit,</quote> the highest bit (1) in the 1777 bit mask.</para> -<beginpage/> + <sect2> <title>FHS Compliance Note</title> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index cf8539335..b3e5ecc30 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -161,7 +161,7 @@ state of an <systemitem class="filesystem">ext2</systemitem> file system</para> <para>Prints the super block and blocks group information for the file system present on a given device</para> <indexterm zone="ch-system-e2fsprogs dumpe2fs"><primary sortas="b-dumpe2fs">dumpe2fs</primary></indexterm> -<beginpage/></listitem> +</listitem> </varlistentry> <varlistentry id="e2fsck"> @@ -344,7 +344,7 @@ past and in the future</para> <para>Used by <command>dumpe2fs</command>, <command>chattr</command>, and <command>lsattr</command></para> <indexterm zone="ch-system-e2fsprogs libe2p"><primary sortas="c-libe2p">libe2p</primary></indexterm> -<beginpage/></listitem> +</listitem> </varlistentry> <varlistentry id="libext2fs"> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index e280a3500..1bbbccc06 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -50,7 +50,7 @@ class="directory">/var/lib/locate</filename>, which is FHS-compliant.</para> <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + </sect2> <sect2 id="contents-findutils" role="content"><title>Contents of Findutils</title> diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index c2c2ed56e..c9968b531 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -42,7 +42,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b9af07c67..918ea5166 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -54,7 +54,7 @@ Binutils will be used instead:</para> <screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> -<beginpage/> + <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> @@ -94,7 +94,7 @@ To support those packages, create this symlink:</para> <screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen> -<beginpage/> + <para>Many packages use the name <command>cc</command> to call the C compiler. To satisfy those packages, create a symlink:</para> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 833ccec8a..10255f0dd 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -61,7 +61,7 @@ ngettext, and xgettext</seg> <seg>libasprintf[a,so], libgettextlib[a,so], libgettextpo[a,so] and libgettextsrc[a,so]</seg></seglistitem> </segmentedlist> -<beginpage/> + <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> <?dbfo list-presentation="list"?> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 2ede14173..225ab3087 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen> --enable-kernel=2.6.0 --without-cvs \ --libexecdir=/usr/lib/glibc</userinput></screen> -<beginpage/> + <para>The meaning of the new configure option:</para> <variablelist> @@ -293,7 +293,7 @@ following:</para> # End /etc/ld.so.conf</literal> EOF</userinput></screen> -<beginpage/> + </sect2> <sect2 id="contents-glibc" role="content"><title>Contents of Glibc</title> diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 470db0cb6..858ec34da 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -52,7 +52,7 @@ will not work properly without the following symlinks:</para> ln -s eqn /usr/bin/geqn ln -s tbl /usr/bin/gtbl</userinput></screen> -<beginpage/> + </sect2> @@ -180,7 +180,7 @@ in PCL5 format suitable for an HP Laserjet 4 printer</para> <term><command>grops</command></term> <listitem> <para>Translates the output of GNU <command>troff</command> to PostScript</para> -<beginpage/> + <indexterm zone="ch-system-groff grops"><primary sortas="b-grops">grops</primary></indexterm> </listitem> </varlistentry> diff --git a/chapter06/grub.xml b/chapter06/grub.xml index a6b122408..a9d150d18 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -69,7 +69,7 @@ class="directory">/boot/grub</filename> directory. Most users will copy the <filename>e2fs_stage1_5</filename> and/or <filename>reiserfs_stage1_5</filename> files.</para> -<beginpage/> + </sect2> diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 4650eb781..642e18e1e 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -56,7 +56,7 @@ ln -s gzip /bin/gunzip ln -s gzip /bin/zcat ln -s gunzip /bin/uncompress</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 9a6869f4e..e489dfc06 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -98,7 +98,7 @@ servers.</para></listitem> place:</para> <screen><userinput>mv /usr/bin/ping /bin</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index c4b927c80..8fd252f03 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -69,7 +69,7 @@ <para>Install the package:</para> <screen><userinput>make SBINDIR=/sbin install</userinput></screen> - <beginpage/> + </sect2> <sect2 id="contents-iproute2" role="content"> diff --git a/chapter06/less.xml b/chapter06/less.xml index b6126620a..8ff37c53a 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -49,7 +49,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <para>Install the package:</para> <screen><userinput>make install</userinput></screen> -<beginpage/> + </sect2> <sect2 id="contents-less" role="content"><title>Contents of Less</title> diff --git a/chapter06/man.xml b/chapter06/man.xml index 8c9c907ae..1be53a1f2 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -103,7 +103,7 @@ man and info pages can be found in the BLFS book at condition="pdf">http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/ compressdoc.html</phrase></ulink>.</para> -<beginpage/> + </sect2> diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 28f2c034c..a7d340862 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -50,7 +50,7 @@ functions from the system C library.</para></listitem> </varlistentry> </variablelist> -<beginpage/> + <para>Compile the package:</para> diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 5f685d71c..890a83687 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -158,7 +158,7 @@ report its long name</para> <listitem> <para>Can be used to initialize terminals</para> <indexterm zone="ch-system-ncurses tset"><primary sortas="b-tset">tset</primary></indexterm> -<beginpage/></listitem> +</listitem> </varlistentry> <varlistentry id="libcurses"> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 610b38244..b1958e482 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -65,7 +65,7 @@ a symbolic link to <command>pstree</command> instead:</para> <screen><userinput>mv /bin/pstree* /usr/bin ln -sf pstree /usr/bin/pstree.x11</userinput></screen> -<beginpage/> + <para>By default, Psmisc's <command>pidof</command> program is not installed. This usually is not a problem because it is installed later in the Sysvinit package, which provides a better diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index b6bde2c91..71df52b01 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -53,7 +53,7 @@ and GIDs can be chosen freely by the system administrator since well-written packages do not depend on GID numbers, but rather use the group's name.</para> -<beginpage/> + <para>To remove the <quote>I have no name!</quote> prompt, start a new shell. Since a full Glibc was installed in <xref linkend="chapter-temporary-tools"/> and the diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index ddba3c702..e62228e12 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -54,7 +54,7 @@ authentication settings for the system. Install these two config files:</para> <screen><userinput>cp etc/{limits,login.access} /etc</userinput></screen> -<beginpage/> + <para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method, use the more secure <emphasis>MD5</emphasis> method of password encryption, which also allows passwords longer than 8 characters. It @@ -136,7 +136,7 @@ command.</para> by running:</para> <screen><userinput>passwd root</userinput></screen> -<beginpage/> + </sect2> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 30e98f862..2d6ccd295 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -59,7 +59,7 @@ make -C src</userinput></screen> <screen><userinput>make -C src install</userinput></screen> -<beginpage/> + </sect2> @@ -114,7 +114,7 @@ program during system startup. Sending this escape sequence is necessary for people who use non-ISO 8859-1 screen fonts, but it does not effect native English speakers.</para> -<beginpage/> + </sect2> @@ -240,7 +240,7 @@ and notifying all logged-in users</para> <para>Allows <emphasis>root</emphasis> to log in; it is normally invoked by <command>init</command> when the system goes into single user mode</para> <indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm> -<beginpage/></listitem> +</listitem> </varlistentry> <varlistentry id="telinit"> diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index cb397fd97..32026f4ea 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -59,7 +59,7 @@ later.</para></listitem> </varlistentry> </variablelist> -<beginpage/> + <para>The Info documentation system uses a plain text file to hold its list of menu entries. The file is located at <filename>/usr/share/info/dir</filename>. Unfortunately, due to diff --git a/chapter06/udev.xml b/chapter06/udev.xml index d3d57fbb6..e8673ca65 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -78,7 +78,7 @@ compliment of device nodes.</para> class="directory">/dev</filename> or renames network interfaces (not in LFS) in response to hotplug events</para> <indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm> -<beginpage/></listitem></varlistentry> +</listitem></varlistentry> <varlistentry id="udevd"> <term><command>udevd</command></term> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index bdaf47c55..66dc3f298 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -58,7 +58,7 @@ linux-libc-headers. The following patch properly fixes that issue</para> <screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen> -<beginpage/> + <para>The meaning of the make parameters:</para> <variablelist> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 15c4bae64..2e9f9bb62 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -62,7 +62,7 @@ Core that use UTF-8 as a default character set.</para> <screen><userinput>make</userinput></screen> -<beginpage/> + <para>To test the results, issue: <userinput>make test</userinput>. However, this test suite outputs a lot of chaotic characters to the screen, which can cause issues with @@ -115,7 +115,7 @@ endif " End /etc/vimrc</literal> EOF</userinput></screen> -<beginpage/> + <para>The <parameter>set nocompatible</parameter> makes <command>vim</command> behave in a more useful way (the default) than the vi-compatible manner. Remove the <quote>no</quote> to keep the diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 7715eb86d..e4caa133f 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -50,7 +50,7 @@ configure command below, then remove it afterwards.</para></note> <screen><userinput>make install</userinput></screen> -<beginpage/> + <para>Build the static library:</para> diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml index ad92d6679..874a12455 100644 --- a/chapter07/hosts.xml +++ b/chapter07/hosts.xml @@ -59,7 +59,7 @@ values need to be changed for specific users or requirements (if assigned an IP address by a network/system administrator and the machine will be connected to an existing network).</para> -<beginpage/> + <para>If a network card is not going to be configured, create the <filename>/etc/hosts</filename> file by running:</para> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 2c7590ad5..9aed251cb 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -57,7 +57,7 @@ environment variable that makes <application>Bash</application> and <application>Readline</application> use the <filename>/etc/inputrc</filename> file created earlier.</para> -<beginpage/> + <para>Replace <replaceable>[ll]</replaceable> below with the two-letter code for the desired language (e.g., <quote>en</quote>) and <replaceable>[CC]</replaceable> with the two-letter code for the diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 5ded43e06..c07128a8a 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -63,7 +63,7 @@ this userspace visible representation, the possibility of seeing a userspace replacement for <systemitem class="filesystem">devfs</systemitem> became much more realistic.</para> -<beginpage/> + </sect2> <sect2> @@ -137,7 +137,7 @@ the module is loaded. To solve this, the <command>S05modules</command> bootscript was added to the lfs-bootscripts package, along with the <filename>/etc/sysconfig/modules</filename> file. By -<beginpage/> adding module + adding module names to the <filename>modules</filename> file, these modules will be loaded when the computer is starting up. This allows <command>udev</command> to detect the devices and create the @@ -195,7 +195,7 @@ manually create the devices. Consult the or the documentation for that driver to find the proper major/minor numbers.</para> -<beginpage/> + <para>2) A non-hardware device is required. This is most common with the Advanced Linux Sound Architecture (ALSA) project's Open Sound System (OSS) compatibility module. These types of devices can be diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 0d5197109..a3ac0f2c6 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -63,7 +63,7 @@ everywhere to make Grub show the alternatives:</para> <screen><userinput>root (hd0,3)</userinput></screen> -<beginpage/> + <warning><para>The following command will overwrite the current boot loader. Do not run the command if this is not desired, for example, if using a third party boot manager to manage the Master Boot Record @@ -103,7 +103,7 @@ root (hd0,3) kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> EOF</userinput></screen> -<beginpage/> + <para>Add an entry for the host distribution if desired. It might look like this:</para> diff --git a/prologue/audience.xml b/prologue/audience.xml index c1f25bdf4..3c7a46da0 100644 --- a/prologue/audience.xml +++ b/prologue/audience.xml @@ -53,7 +53,7 @@ When you are satisfied with the recipe, move on to preparing it. It can be made to exact specifications—broil it, bake it, deep-fry it, or barbecue it.</para> -<beginpage/> + <para>Another analogy that we can use is that of comparing LFS with a finished house. LFS provides the skeletal plan of a house, but it is up |