From 715f65f6ca2463383c047bfbdeaaf9ec36824f42 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 19 Jul 2004 17:46:43 +0000 Subject: [PATCH] * Install iproute2 to /sbin now to comply with the FHS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/iproute2.xml | 15 +++++++++++++-- general.ent | 4 ++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 883384417..3a43e6212 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -79,6 +79,10 @@ first a summary, then a detailed log. +July 16, 2004 [matt]: Install iproute2 to /sbin to +comply with the FHS and to allow the bootscripts to run even if /usr is +mounted on a separate filesystem. (Oliver Brakmann) + July 15, 2004 [matt]: Fixed various networking inaccuracies (Kevin P. Fleming) diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 4b4c3596b..bc8f32940 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -47,11 +47,22 @@ Compile the package: - make + make SBINDIR=/sbin + + + + SBINDIR=/sbin + This makes sure that the iproute2 binaries will install into + /sbin. This is the correct + location according to the FHS, as some of the iproute2 binaries are used + in our bootscripts. + + + Now install it: - make install + make install SBINDIR=/sbin diff --git a/general.ent b/general.ent index 8e4442efd..010fd85e4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +