Changeset 6bb9a5e for BOOK/final-system


Ignore:
Timestamp:
Sep 10, 2007, 5:20:07 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e3c39bd
Parents:
5aee773
Message:

Need to create dir for iproute2 first so tar can enter it

File:
1 edited

Legend:

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

    r5aee773 r6bb9a5e  
    2727
    2828<para os="t1">This package no longer un-tars into a separate directory,
    29               so use the following command instead:</para>
    30 
    31 <screen os="t2"><userinput>tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen>
     29              so use the following commands instead:</para>
     30
     31<screen os="t2"><userinput>mkdir -v iproute2-&iproute2-version;
     32tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen>
    3233
    3334    <para os="s1">The <command>arpd</command> binary included in this package is
Note: See TracChangeset for help on using the changeset viewer.