Changeset 8eeb6bc


Ignore:
Timestamp:
09/30/2004 10:33:31 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
0ffc1a4
Parents:
343c80b
Message:

Updated page breaks

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    r343c80b r8eeb6bc  
    5151<para>Be sure to visually inspect the specs file in order to verify the
    5252intended changes have been made.</para>
     53
     54<beginpage/>
    5355
    5456<important><para>If working on a platform where the name of the
  • chapter05/gcc-pass1.xml

    r343c80b r8eeb6bc  
    5858from <command>gcc</command>'s include search path. This is not absolutely
    5959essential, however, it helps to minimize the influence of the host
    60 system.</para></listitem>
     60system.</para>
     61<beginpage/>
     62</listitem>
    6163</varlistentry>
    6264
  • chapter05/introduction.xml

    r343c80b r8eeb6bc  
    5555reminders.</para>
    5656
     57<beginpage/>
     58
    5759<para>Check one last time that the <envar>LFS</envar> environment
    5860variable is set up properly:</para>
  • chapter05/toolchaintechnotes.xml

    r343c80b r8eeb6bc  
    104104checking what linker to use... /tools/i686-pc-linux-gnu/bin/ld</computeroutput></screen>
    105105
    106 <beginpage/>
    107106<para>This is important for the reasons mentioned above. It also
    108107demonstrates that GCC's configure script does not search the PATH
     
    169168class="directory">/tools</filename>.</para>
    170169
    171 <beginpage/>
    172170<para>Upon entering the chroot environment in <xref
    173171linkend="chapter-building-system"/>, the first major package to be
     
    177175toolchain defaults, then proceed in building the rest of the target
    178176LFS system.</para>
     177
     178<beginpage/>
    179179
    180180<sect2>
  • chapter06/devices.xml

    r343c80b r8eeb6bc  
    6161
    6262<para>The <command>mount</command> commands executed above may result
    63 in the following warning message: <computeroutput>can't open /etc/fstab: No
    64 such file or directory</computeroutput>. This
    65 file&mdash;<filename>/etc/fstab</filename>&mdash;has
    66 not been created yet but is also not required for the file systems to
    67 be properly mounted. As such, the warning can be safely ignored.</para>
     63in the following warning message:</para>
     64
     65<para><blockquote><computeroutput>can't open /etc/fstab: No
     66such file or directory.</computeroutput></blockquote></para>
     67
     68<para>This file&mdash;<filename>/etc/fstab</filename>&mdash;has not
     69been created yet but is also not required for the file systems to be
     70properly mounted. As such, the warning can be safely ignored.</para>
    6871</sect2>
    6972
  • chapter06/udev.xml

    r343c80b r8eeb6bc  
    7373in LFS) in response to hotplug events.</para>
    7474<indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm>
    75 </listitem></varlistentry>
     75<beginpage/></listitem></varlistentry>
    7676
    7777<varlistentry id="udevd">
  • chapter07/profile.xml

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

    r343c80b r8eeb6bc  
    6565realistic.</para>
    6666</sect2>
     67
     68<beginpage/>
    6769
    6870<sect2>
     
    125127class="directory">/dev</filename> entry for it.</para>
    126128
    127 <beginpage/>
    128129<para>This brings us to one problem that exists with
    129130<command>udev</command>, and likewise with <systemitem
  • chapter07/usage.xml

    r343c80b r8eeb6bc  
    5757appropriate services get killed and others get started.</para>
    5858
    59 <beginpage/>
    6059<para>The real scripts are in <filename
    6160class="directory">/etc/rc.d/init.d</filename>. They do the actual
  • prologue/audience.xml

    r343c80b r8eeb6bc  
    5454it, or barbecue it.</para>
    5555
     56<beginpage/>
     57
    5658<para>Another analogy that we can use is that of comparing LFS with a
    5759finished house. LFS provides the skeletal plan of a house, but it is up
Note: See TracChangeset for help on using the changeset viewer.