Changeset 01d4bdf for chapter06


Ignore:
Timestamp:
08/01/2006 02:35:06 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.2
Children:
8f8d7f3
Parents:
83a7dde
Message:

Fixed an E2fsprogs test failure by recommended use of swap space. Added
an explicit swapon command to enable swap.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r83a7dde r01d4bdf  
    9494    <para>To test the results, issue:
    9595    <userinput>make check</userinput>.</para>
     96
     97    <para>One of the E2fsprogs tests will attempt to allocate 256 MB
     98    of memory. If you do not have significantly more RAM than this, it
     99    is recommended to enable sufficient swap space for the test. See
     100    <xref linkend="space-creatingfilesystem"/> and
     101    <xref linkend="space-mounting"/> for details on creating and enabling
     102    swap space.</para>
    96103
    97104    <para>Install the binaries and documentation:</para>
Note: See TracChangeset for help on using the changeset viewer.