From df8334f9247ba4aca231fab539c83a0a986236ee Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 May 2004 20:38:03 +0000 Subject: HEAD: Retaged the command explanations in Chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'chapter06/util-linux.xml') diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index a1b81dc92..7ab4b6374 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -42,7 +42,7 @@ mkdir -p /var/lib/hwclock - + Installation of Util-linux Util-linux has issues with the Linux 2.6 kernel series - fix these isues @@ -60,16 +60,22 @@ by applying the following patch: The meaning of the make parameters: - -HAVE_KILL=yes: This prevents the + + +HAVE_KILL=yes +This prevents the kill program (already installed by Procps) from being built and installed again. + -HAVE_SLN=yes: This prevents the + +HAVE_SLN=yes +This prevents the sln program (a statically linked ln already installed by Glibc) from being built and installed again. - + + Now install the package: -- cgit v1.2.3-54-g00ecf