Changeset 1d869966 for BOOK/final-system/common
- Timestamp:
- Mar 8, 2014, 4:14:17 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 9f696e8b
- Parents:
- 1c57432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r1c57432 r1d869966 39 39 loopback device as well as set a hostname for some of the tests:</para> 40 40 41 <screen os="a01"><userinput remap="test">ip link set lo up 42 hostname clfs</userinput></screen> 41 <screen><userinput remap="test">ip link set lo up hostname clfs</userinput></screen> 43 42 </note> 44 43 45 <para os="a0 2">Before starting to configure, create a basic44 <para os="a01">Before starting to configure, create a basic 46 45 <filename>/etc/hosts</filename> file which will be referenced by one 47 46 of Perl's configuration files as well as used by the testsuite:</para> 48 47 49 <screen os="a0 3"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen>48 <screen os="a02"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> 50 49 51 50 <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.