Changeset b48b8c5


Ignore:
Timestamp:
02/26/2005 11:49:04 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1cc7be0
Parents:
e062943
Message:

Removed beginpage tags.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
50 edited

Legend:

Unmodified
Added
Removed
  • appendixb/acknowledgments.xml

    re062943 rb48b8c5  
    7979<listitem><para><ulink url="mailto:semzx@newmail.ru">Alexander
    8080Patrakov</ulink> &lt;semzx@newmail.ru&gt; &ndash; Former LFS Technical
    81 Writer</para><beginpage/></listitem>
     81Writer</para></listitem>
    8282
    8383<listitem><para><ulink url="mailto:jwrober@linuxfromscratch.org">James
     
    244244Nicoll</ulink> &lt;sime@dot-sime.com&gt; &ndash; uk.linuxfromscratch.org
    245245mirror</para>
    246 <beginpage/></listitem>
     246</listitem>
    247247
    248248</itemizedlist>
  • chapter01/askforhelp.xml

    re062943 rb48b8c5  
    8989<screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen>
    9090
    91 <beginpage/>
     91
    9292
    9393<para>This is not enough information to properly diagnose the problem
  • chapter04/addinguser.xml

    re062943 rb48b8c5  
    7272<screen><userinput>chown lfs $LFS/tools</userinput></screen>
    7373
    74 <beginpage/>
     74
    7575<para>If a separate working directory was created as suggested, give
    7676user <emphasis>lfs</emphasis> ownership of this directory:</para>
  • chapter04/settingenviron.xml

    re062943 rb48b8c5  
    5858program in a different location.</para>
    5959
    60 <beginpage/>
     60
    6161<para>Setting the user file-creation mask (umask) to 022 ensures that newly
    6262created files and directories are only writable by their owner, but
  • chapter05/adjusting.xml

    re062943 rb48b8c5  
    5151<para><phrase condition="html">It is recommended that the above
    5252command be copy-and-pasted in order to ensure accuracy.</phrase>
    53 <beginpage/>
     53
    5454Alternatively, the specs file can be edited by hand. This is done by
    5555replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote>
     
    8080<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
    8181
    82 <beginpage/>
     82
    8383
    8484<caution><para>At this point, it is imperative to stop and ensure that
  • chapter05/binutils-pass1.xml

    re062943 rb48b8c5  
    5353&amp;&amp; ... &amp;&amp; make install; }</userinput>.</para></note>
    5454
    55 <beginpage/>
     55
    5656<para>Now prepare Binutils for compilation:</para>
    5757
     
    111111<screen><userinput>make install</userinput></screen>
    112112
    113 <beginpage/>
     113
    114114<para>Next, prepare the linker for the <quote>Adjusting</quote> phase
    115115later on:</para>
  • chapter05/binutils-pass2.xml

    re062943 rb48b8c5  
    6666<screen><userinput>make</userinput></screen>
    6767
    68 <beginpage/>
     68
    6969<para>Compilation is now complete. As discussed earlier, running the
    7070test suite is not mandatory for the temporary tools here in this
  • chapter05/coreutils.xml

    re062943 rb48b8c5  
    4949instructions be followed exactly as given above.</para>
    5050
    51 <beginpage/>
     51
    5252
    5353<para>Compile the package:</para>
  • chapter05/expect.xml

    re062943 rb48b8c5  
    6767critical.</para>
    6868
    69 <beginpage/>
     69
    7070<para>Install the package:</para>
    7171
  • chapter05/gcc-pass1.xml

    re062943 rb48b8c5  
    5959essential, however, it helps to minimize the influence of the host
    6060system.</para>
    61 <beginpage/>
     61
    6262</listitem>
    6363</varlistentry>
     
    119119<screen><userinput>make install</userinput></screen>
    120120
    121 <beginpage/>
     121
    122122<para>As a finishing touch, create a symlink. Many programs and
    123123scripts run <command>cc</command> instead of <command>gcc</command>, which is used to keep programs generic
  • chapter05/gcc-pass2.xml

    re062943 rb48b8c5  
    6363class="directory">gcc-&gcc-version;/</filename> subdirectory.</para>
    6464
    65 <beginpage/>
     65
    6666<para>First correct a known problem and make an essential adjustment:</para>
    6767
     
    173173<screen><userinput>make -k check</userinput></screen>
    174174
    175 <beginpage/>
     175
    176176<para>The <parameter>-k</parameter> flag is used to make the test suite run
    177177through to completion and not stop at the first failure. The GCC test
  • chapter05/gettext.xml

    re062943 rb48b8c5  
    5353</variablelist>
    5454
    55 <beginpage/>
     55
    5656<para>Compile the package:</para>
    5757
  • chapter05/glibc.xml

    re062943 rb48b8c5  
    6868    --disable-selinux</userinput></screen>
    6969
    70 <beginpage/>
     70
    7171<para>The meaning of the configure options:</para>
    7272
     
    134134</variablelist>
    135135
    136 <beginpage/>
     136
    137137<para>During this stage the following warning might appear:</para>
    138138
     
    179179output so that the log file can be examined for failures later.</para>
    180180
    181 <beginpage/>
     181
    182182<para>The install stage of Glibc will issue a harmless warning at the
    183183end about the absence of <filename>/tools/etc/ld.so.conf</filename>.
     
    207207<screen><userinput>make localedata/install-locales</userinput></screen>
    208208
    209 <beginpage/>
     209
    210210<para>To save time, an alternative to running the
    211211previous command (which generates and installs every locale Glibc is
  • chapter05/introduction.xml

    re062943 rb48b8c5  
    4747This is not a problem, but does prompt the warning.</para>
    4848
    49 <beginpage/>
     49
    5050
    5151<para>After installing each package, delete its source and build
  • chapter05/ncurses.xml

    re062943 rb48b8c5  
    5454</variablelist>
    5555
    56 <beginpage/>
     56
    5757<para>Compile the package:</para>
    5858
  • chapter05/perl.xml

    re062943 rb48b8c5  
    4949</variablelist>
    5050
    51 <beginpage/>
     51
    5252<para>Compile only the required tools:</para>
    5353
  • chapter05/tcl.xml

    re062943 rb48b8c5  
    6363<screen><userinput>make install</userinput></screen>
    6464
    65 <beginpage/>
     65
    6666<warning><para><emphasis>Do not</emphasis> remove the
    6767<filename class="directory">tcl&tcl-version;</filename> source directory yet, as the next package
  • chapter05/toolchaintechnotes.xml

    re062943 rb48b8c5  
    5353</important>
    5454
    55 <beginpage/>
     55
    5656<para>Some key technical points of how the <xref linkend="chapter-temporary-tools"/> build
    5757method works:</para>
     
    177177LFS system.</para>
    178178
    179 <beginpage/>
     179
    180180
    181181<sect2>
  • chapter06/autoconf.xml

    re062943 rb48b8c5  
    4444
    4545<screen><userinput>make install</userinput></screen>
    46 <beginpage/>
     46
    4747</sect2>
    4848
  • chapter06/bison.xml

    re062943 rb48b8c5  
    4343
    4444<screen><userinput>make install</userinput></screen>
    45 <beginpage/>
     45
    4646</sect2>
    4747
  • chapter06/creatingdirs.xml

    re062943 rb48b8c5  
    5353bit mask.</para>
    5454
    55 <beginpage/>
     55
    5656<sect2>
    5757<title>FHS Compliance Note</title>
  • chapter06/e2fsprogs.xml

    re062943 rb48b8c5  
    162162system present on a given device</para>
    163163<indexterm zone="ch-system-e2fsprogs dumpe2fs"><primary sortas="b-dumpe2fs">dumpe2fs</primary></indexterm>
    164 <beginpage/></listitem>
     164</listitem>
    165165</varlistentry>
    166166
     
    345345and <command>lsattr</command></para>
    346346<indexterm zone="ch-system-e2fsprogs libe2p"><primary sortas="c-libe2p">libe2p</primary></indexterm>
    347 <beginpage/></listitem>
     347</listitem>
    348348</varlistentry>
    349349
  • chapter06/findutils.xml

    re062943 rb48b8c5  
    5151
    5252<screen><userinput>make install</userinput></screen>
    53 <beginpage/>
     53
    5454</sect2>
    5555
  • chapter06/gawk.xml

    re062943 rb48b8c5  
    4343
    4444<screen><userinput>make install</userinput></screen>
    45 <beginpage/>
     45
    4646</sect2>
    4747
  • chapter06/gcc.xml

    re062943 rb48b8c5  
    5555<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
    5656
    57 <beginpage/>
     57
    5858<para>The GCC documentation recommends building GCC outside of the source
    5959directory in a dedicated build directory:</para>
     
    9595<screen><userinput>ln -s ../usr/bin/cpp /lib</userinput></screen>
    9696
    97 <beginpage/>
     97
    9898<para>Many packages use the name <command>cc</command> to call the C
    9999compiler. To satisfy those packages, create a symlink:</para>
  • chapter06/gettext.xml

    re062943 rb48b8c5  
    6262</segmentedlist>
    6363
    64 <beginpage/>
     64
    6565<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    6666<?dbfo list-presentation="list"?>
  • chapter06/glibc.xml

    re062943 rb48b8c5  
    7373    --libexecdir=/usr/lib/glibc</userinput></screen>
    7474
    75 <beginpage/>
     75
    7676<para>The meaning of the new configure option:</para>
    7777
     
    294294EOF</userinput></screen>
    295295
    296 <beginpage/>
     296
    297297</sect2>
    298298
  • chapter06/groff.xml

    re062943 rb48b8c5  
    5353ln -s tbl /usr/bin/gtbl</userinput></screen>
    5454
    55 <beginpage/>
     55
    5656</sect2>
    5757
     
    181181<listitem>
    182182<para>Translates the output of GNU <command>troff</command> to PostScript</para>
    183 <beginpage/>
     183
    184184<indexterm zone="ch-system-groff grops"><primary sortas="b-grops">grops</primary></indexterm>
    185185</listitem>
  • chapter06/grub.xml

    re062943 rb48b8c5  
    7070<filename>reiserfs_stage1_5</filename> files.</para>
    7171
    72 <beginpage/>
     72
    7373</sect2>
    7474
  • chapter06/gzip.xml

    re062943 rb48b8c5  
    5757ln -s gunzip /bin/uncompress</userinput></screen>
    5858
    59 <beginpage/>
     59
    6060</sect2>
    6161
  • chapter06/inetutils.xml

    re062943 rb48b8c5  
    9999
    100100<screen><userinput>mv /usr/bin/ping /bin</userinput></screen>
    101 <beginpage/>
     101
    102102</sect2>
    103103
  • chapter06/iproute2.xml

    re062943 rb48b8c5  
    7070
    7171    <screen><userinput>make SBINDIR=/sbin install</userinput></screen>
    72     <beginpage/>
     72   
    7373  </sect2>
    7474
  • chapter06/less.xml

    re062943 rb48b8c5  
    5050
    5151<screen><userinput>make install</userinput></screen>
    52 <beginpage/>
     52
    5353</sect2>
    5454
  • chapter06/man.xml

    re062943 rb48b8c5  
    104104compressdoc.html</phrase></ulink>.</para>
    105105
    106 <beginpage/>
     106
    107107</sect2>
    108108
  • chapter06/mktemp.xml

    re062943 rb48b8c5  
    5151</variablelist>
    5252
    53 <beginpage/>
     53
    5454
    5555<para>Compile the package:</para>
  • chapter06/ncurses.xml

    re062943 rb48b8c5  
    159159<para>Can be used to initialize terminals</para>
    160160<indexterm zone="ch-system-ncurses tset"><primary sortas="b-tset">tset</primary></indexterm>
    161 <beginpage/></listitem>
     161</listitem>
    162162</varlistentry>
    163163
  • chapter06/psmisc.xml

    re062943 rb48b8c5  
    6666ln -sf pstree /usr/bin/pstree.x11</userinput></screen>
    6767
    68 <beginpage/>
     68
    6969<para>By default, Psmisc's <command>pidof</command> program is not
    7070installed. This usually is not a problem because it is installed later
  • chapter06/pwdgroup.xml

    re062943 rb48b8c5  
    5454group's name.</para>
    5555
    56 <beginpage/>
     56
    5757<para>To remove the <quote>I have no name!</quote> prompt, start a new
    5858shell. Since a full Glibc was installed in <xref
  • chapter06/shadow.xml

    re062943 rb48b8c5  
    5555<screen><userinput>cp etc/{limits,login.access} /etc</userinput></screen>
    5656
    57 <beginpage/>
     57
    5858<para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method,
    5959use the more secure <emphasis>MD5</emphasis> method of password
     
    137137
    138138<screen><userinput>passwd root</userinput></screen>
    139 <beginpage/>
     139
    140140</sect2>
    141141
  • chapter06/sysvinit.xml

    re062943 rb48b8c5  
    6060<screen><userinput>make -C src install</userinput></screen>
    6161
    62 <beginpage/>
     62
    6363</sect2>
    6464
     
    115115not effect native English speakers.</para>
    116116
    117 <beginpage/>
     117
    118118</sect2>
    119119
     
    241241normally invoked by <command>init</command> when the system goes into single user mode</para>
    242242<indexterm zone="ch-system-sysvinit sulogin"><primary sortas="b-sulogin">sulogin</primary></indexterm>
    243 <beginpage/></listitem>
     243</listitem>
    244244</varlistentry>
    245245
  • chapter06/texinfo.xml

    re062943 rb48b8c5  
    6060</variablelist>
    6161
    62 <beginpage/>
     62
    6363<para>The Info documentation system uses a plain text file to hold its
    6464list of menu entries. The file is located at
  • chapter06/udev.xml

    re062943 rb48b8c5  
    7979in LFS) in response to hotplug events</para>
    8080<indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm>
    81 <beginpage/></listitem></varlistentry>
     81</listitem></varlistentry>
    8282
    8383<varlistentry id="udevd">
  • chapter06/util-linux.xml

    re062943 rb48b8c5  
    5959<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
    6060
    61 <beginpage/>
     61
    6262<para>The meaning of the make parameters:</para>
    6363
  • chapter06/vim.xml

    re062943 rb48b8c5  
    6363<screen><userinput>make</userinput></screen>
    6464
    65 <beginpage/>
     65
    6666<para>To test the results, issue:
    6767<userinput>make test</userinput>. However, this test suite outputs a
     
    116116EOF</userinput></screen>
    117117
    118 <beginpage/>
     118
    119119<para>The <parameter>set nocompatible</parameter> makes
    120120<command>vim</command> behave in a more useful way (the default) than
  • chapter06/zlib.xml

    re062943 rb48b8c5  
    5151<screen><userinput>make install</userinput></screen>
    5252
    53 <beginpage/>
     53
    5454
    5555<para>Build the static library:</para>
  • chapter07/hosts.xml

    re062943 rb48b8c5  
    6060machine will be connected to an existing network).</para>
    6161
    62 <beginpage/>
     62
    6363<para>If a network card is not going to be configured, create the
    6464<filename>/etc/hosts</filename> file by running:</para>
  • chapter07/profile.xml

    re062943 rb48b8c5  
    5858<filename>/etc/inputrc</filename> file created earlier.</para>
    5959
    60 <beginpage/>
     60
    6161<para>Replace <replaceable>[ll]</replaceable> below with the
    6262two-letter code for the desired language (e.g., <quote>en</quote>) and
  • chapter07/udev.xml

    re062943 rb48b8c5  
    6464class="filesystem">devfs</systemitem> became much more
    6565realistic.</para>
    66 <beginpage/>
     66
    6767</sect2>
    6868
     
    138138lfs-bootscripts package, along with the
    139139<filename>/etc/sysconfig/modules</filename> file.  By
    140 <beginpage/> adding module
     140 adding module
    141141names to the <filename>modules</filename> file, these modules will be
    142142loaded when the computer is starting up. This allows
     
    196196numbers.</para>
    197197
    198 <beginpage/>
     198
    199199<para>2) A non-hardware device is required.  This is most common with
    200200the Advanced Linux Sound Architecture (ALSA) project's Open Sound
  • chapter08/grub.xml

    re062943 rb48b8c5  
    6464<screen><userinput>root (hd0,3)</userinput></screen>
    6565
    66 <beginpage/>
     66
    6767<warning><para>The following command will overwrite the current boot
    6868loader. Do not run the command if this is not desired, for example, if
     
    104104EOF</userinput></screen>
    105105
    106 <beginpage/>
     106
    107107<para>Add an entry for the host distribution if desired. It might look
    108108like this:</para>
  • prologue/audience.xml

    re062943 rb48b8c5  
    5454it, or barbecue it.</para>
    5555
    56 <beginpage/>
     56
    5757
    5858<para>Another analogy that we can use is that of comparing LFS with a
Note: See TracChangeset for help on using the changeset viewer.