Changeset 782446b for chapter01


Ignore:
Timestamp:
06/30/2005 03:41:55 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
9ff62fda
Parents:
d6c28f96
Message:

Merged wording changes from trunk (r6232, r6233, r6248).

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

Location:
chapter01
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/administrativa.xml

    rd6c28f96 r782446b  
    3030</sect2>
    3131
    32 <sect2 id="ch-scatter-irc">
    33 <title>IRC</title>
    34 
    35 <para>Several members of the LFS community offer assistance on our
    36 community Internet Relay Chat (IRC) network. Before using this
    37 support, please make sure that your question is not already answered in the LFS
    38 FAQ or the mailing list archives. You can find the IRC network at
    39 <uri>irc.linuxfromscratch.org</uri>.
    40 The support channel is named #LFS-support.</para>
    41 </sect2>
    42 
    4332<sect2 id="ch-scatter-newsserver">
    4433<title>News Server</title>
     
    5140<para>The news server is located at
    5241<uri>news.linuxfromscratch.org</uri>.</para>
     42</sect2>
     43
     44<sect2 id="ch-scatter-irc">
     45<title>IRC</title>
     46
     47<para>Several members of the LFS community offer assistance on our
     48community Internet Relay Chat (IRC) network. Before using this
     49support, please make sure that your question is not already answered in the LFS
     50FAQ or the mailing list archives. You can find the IRC network at
     51<uri>irc.linuxfromscratch.org</uri>.
     52The support channel is named #LFS-support.</para>
    5353</sect2>
    5454
  • chapter01/askforhelp.xml

    rd6c28f96 r782446b  
    1616
    1717<para>We also have a wonderful LFS community that is willing to offer
    18 assistance through IRC and the mailing lists (see the <xref
     18assistance through the mailing lists and IRC (see the <xref
    1919linkend="ch-scatter-administrativa"/> section of this book). In order
    2020to assist with diagnosing and solving the problem, please include
  • chapter01/changelog.xml

    rd6c28f96 r782446b  
    8888</listitem>
    8989
     90<listitem><para>June 30th, 2005 [archaic]: Several minor wording changes in
     91chapters 1 - 5 (matt).</para></listitem>
     92
    9093<listitem><para>June 30th, 2005 [archaic]: Added a livecd-root entity.
    9194</para></listitem>
  • chapter01/how.xml

    rd6c28f96 r782446b  
    3030patches need to be downloaded to build an LFS system and how to store
    3131them on the new file system. <xref linkend="chapter-final-preps"/>
    32 discusses the setup for an appropriate work environment. Please read
     32discusses the setup for an appropriate working environment. Please read
    3333<xref linkend="chapter-final-preps"/> carefully as it explains several
    3434important issues the developer should be aware of before beginning to
     
    5555</para>
    5656
    57 <para>While this may initially seem like a lot of work to get away
    58 from a host distribution, a full technical explanation is provided at
    59 the beginning of <xref linkend="chapter-temporary-tools"/>.</para>
     57<para>While this may initially seem like a lot of work to isolate the new system
     58from the host distribution, a full technical explanation is provided at the
     59beginning of <xref linkend="chapter-temporary-tools"/>.</para>
    6060
    6161<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
    62 built. The chroot (change root) program is used to enter a virtual
     62built. The <command>chroot</command> (change root) program is used to enter a virtual
    6363environment and start a new shell whose root directory will be set to
    6464the LFS partition. This is very similar to rebooting and instructing
    6565the kernel to mount the LFS partition as the root partition. The
    66 system does not actually reboot, but instead chroots because creating a
     66system does not actually reboot, but instead <command>chroot</command>'s because creating a
    6767bootable system requires additional work which is not necessary just
    6868yet. The major advantage is that <quote>chrooting</quote> allows the
     
    8383step is discussed in the following chapters and package descriptions.
    8484Items that may seem complicated will be clarified, and everything will
    85 fall into place as the developer embarks on the LFS adventure.</para>
     85fall into place as the reader embarks on the LFS adventure.</para>
    8686
    8787</sect1>
Note: See TracChangeset for help on using the changeset viewer.