aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-17 17:57:40 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-06-17 17:57:40 +0000
commit7b08ae242d7fb43c29a35f8d48c2fade9f85cbd8 (patch)
tree2db4078f58fbd77c35a5a04d575338c636f6c6a4 /chapter06/iproute2.xml
parent2fa5f2635ea7f3765e517245823f09ecabc575ec (diff)
Added a stronger note about automake teste time.
Updated boot scripts: Only mount /run in mountvirtfs if it is not already mounted (from an initrd). Force the /dev/shm->/run/shm symlink Skip making LVM virtual groups unavailable at shutdown because the / or swap partitions may be still in use. Fix some whitespace in iproute2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 715db1d5f..e6fda46fd 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -82,8 +82,7 @@ rm man/man8/arpd.8</userinput></screen>
<para>Install the package:</para>
-<screen><userinput remap="install">
-make DESTDIR= \
+<screen><userinput remap="install">make DESTDIR= \
MANDIR=/usr/share/man \
DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>