Changeset 8f1042af


Ignore:
Timestamp:
07/01/2005 10:05:31 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
fd96303
Parents:
9ff62fda
Message:

Merging of various wording changes from r6215-r6217

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    r9ff62fda r8f1042af  
    104104</sect2>
    105105
    106 <sect2>
    107 <title>Test Suite Problems</title>
    108 
    109 <para>Many packages provide a test suite which, depending on the
    110 importance of the package, should be run. Sometimes packages will
    111 generate false or expected failures. If these errors are encountered,
    112 check the LFS Wiki page at <ulink url="&wiki-root;"/> to see if we have
    113 noted and investigated these issues. If these issues are noted and
    114 addressed, there is no need to be concerned.</para>
    115 </sect2>
    116 
    117106</sect1>
    118107
  • chapter01/changelog.xml

    r9ff62fda r8f1042af  
    9898
    9999<listitem><para>June 28th, 2005 [archaic]: Switched from mounting /dev on a
     100<listitem><para>June 27th, 2005 [matthew]: Removed mention of test suite
     101problems from chapter 1 as more comprehensive information is given in
     102chapter 5 (archaic).</para></listitem>
     103
     104<listitem><para>June 27th, 2005 [matthew]: Reworded description of the glibc
     105atime failure case, and removed the description of the shm test failure as we
     106already mount a tmpfs (archaic).</para></listitem>
     107
     108<listitem><para>June 27th, 2005 [archaic]: Switched from mounting /dev on a
    100109ramfs to a tmpfs.</para></listitem>
    101110
  • chapter02/creatingfilesystem.xml

    r9ff62fda r8f1042af  
    5151</note>
    5252
    53 <para>If a swap partition was created, it will need to be initialized
    54 as a swap partition by using the command below. If you are using an existing
    55 swap partition, there is no need to format it.</para>
     53<para>If a swap partition was created, it will need to be initialized for use by
     54issuing the command below. If you are using an existing swap partition, there is
     55no need to format it.</para>
    5656
    5757<screen><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen>
  • chapter06/glibc.xml

    r9ff62fda r8f1042af  
    110110host system issues. The exact reasons are not yet clear.</para></listitem>
    111111
    112 <listitem><para>The <emphasis>atime</emphasis> test sometimes fails
    113 when the LFS partition is mounted with the
    114 <parameter>noatime</parameter> option.</para></listitem>
    115 
    116 <listitem><para>The <emphasis>shm</emphasis> test can fail when the
    117 host system is using the <systemitem
    118 class="filesystem">devfs</systemitem> file system but does not have
    119 the <systemitem class="filesystem">tmpfs</systemitem> file system
    120 mounted at <filename class="directory">/dev/shm</filename>.  This
    121 occurs because of a lack of support for <systemitem
    122 class="filesystem">tmpfs</systemitem> in the
    123 kernel.</para></listitem>
     112<listitem><para>If you have mounted the LFS partition with the
     113<parameter>noatime</parameter> option, the <emphasis>atime</emphasis>
     114test will fail.  This is not critical.</para></listitem>
    124115
    125116<listitem><para>When running on older and slower hardware, some tests
Note: See TracChangeset for help on using the changeset viewer.