Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    r2419c576 r3ff8cfd  
    3737    <note os="a00">
    3838      <para>If you are following the boot method you will need to enable the
    39       loopback device:</para>
    40 
    41 <screen><userinput remap="test">ip link set lo up</userinput></screen>
     39      loopback device as well as set a hostname for some of the tests:</para>
     40
     41<screen><userinput remap="test">ip link set lo up
     42hostname clfs</userinput></screen>
    4243    </note>
    4344
     
    6667        <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
    6768        <listitem>
    68           <para>This ensures that <command>perldoc</command> invokes the
    69           <command>less</command> program rather than <command>more</command>,
    70           as Less has not yet been installed.</para>
     69          <para>This corrects an error in the way that <command>perldoc</command>
     70          invokes the <command>less</command> program.</para>
    7171        </listitem>
    7272      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.