Changeset 918a9d3 for BOOK/final-system
- Timestamp:
- Sep 3, 2007, 3:14:28 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 406ed09
- Parents:
- 0c8761c
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r0c8761c r918a9d3 25 25 <sect2 role="installation"> 26 26 <title>Installation of IPRoute2</title> 27 28 <para os="t1">This package no longer un-tars into a separate directory, 29 us the following command instead:</para> 30 31 <screen os="t2"><userinput>tar -xvf iproute2-&iproute2-version;.tar.gz -C iproute2-&iproute2-version;</userinput></screen> 27 32 28 33 <para os="s1">The <command>arpd</command> binary included in this package is -
BOOK/final-system/multilib/iproute2.xml
r0c8761c r918a9d3 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 25 href="../common/iproute2.xml" 26 xpointer="xpointer(//*[@os='t1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/iproute2.xml" 30 xpointer="xpointer(//*[@os='t2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/iproute2.xml" 26 34 xpointer="xpointer(//*[@os='s1'])"/> 27 35 … … 38 46 xpointer="xpointer(//*[@os='a'])"/> 39 47 40 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64 SBINDIR=/sbin</userinput></screen>48 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64 VARLIB=/var/lib64 SBINDIR=/sbin</userinput></screen> 41 49 42 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 52 60 xpointer="xpointer(//*[@os='e'])"/> 53 61 54 <screen os="f"><userinput>make LIBDIR=/usr/lib64 SBINDIR=/sbin install</userinput></screen>62 <screen os="f"><userinput>make LIBDIR=/usr/lib64 VARLIB=/var/lib64 SBINDIR=/sbin install</userinput></screen> 55 63 56 64 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.