Ignore:
Timestamp:
Sep 13, 2006, 2:28:10 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
4645af77
Parents:
c2603e6
Message:

Applied r2632 from trunk to the clfs-1.0 branch.

File:
1 edited

Legend:

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

    rc2603e6 r47dbf9a  
    3333    -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen>
    3434
    35     <para os="a00">Before starting to configure, create a basic
     35    <note os="a00">
     36      <para>If you are following the boot method you will need to enable the
     37      loopback device as well as set a hostname for some of the tests:</para>
     38
     39      <screen><userinput>ip link set lo up
     40hostname clfs</userinput></screen>
     41    </note>
     42
     43    <para os="a01">Before starting to configure, create a basic
    3644    <filename>/etc/hosts</filename> file which will be referenced in one
    3745    of Perl's configuration files as well as being used used by the testsuite
    3846    if you run that:</para>
    3947
    40 <screen os="a01"><userinput>echo "127.0.0.1 localhost clfs" &gt; /etc/hosts</userinput></screen>
    41 
    42     <para os="a02">We also have to enable the loopback interface, this
    43     will prevent some perl networking testsuite failures:</para>
    44 
    45 <screen os="a03"><userinput>ip link set lo up</userinput></screen>
    46 
    47     <para os="a04">We also have to set the hostname for some of the
    48     test:</para>
    49 
    50 <screen os="a05"><userinput>hostname clfs</userinput></screen>
     48<screen os="a02"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    5149
    5250    <para os="a">To have full control over the way Perl is set up, you can
Note: See TracChangeset for help on using the changeset viewer.