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
  • chapter02/mounting.xml

    r83a7dde r01d4bdf  
    5353  remounted.</para>
    5454
     55  <para>If you are using a <systemitem
     56  class="filesystem">swap</systemitem> partition, ensure that it is enabled
     57  using the <command>swapon</command> command:</para>
     58
     59<screen role="nodump"><userinput>/sbin/swapon -v /dev/<replaceable>&lt;zzz&gt;</replaceable></userinput></screen>
     60
     61  <para>Replace <replaceable>&lt;zzz&gt;</replaceable> with the name of the
     62  swap partition.</para>
     63
    5564  <para>Now that there is an established place to work, it is time to
    5665  download the packages.</para>
Note: See TracChangeset for help on using the changeset viewer.