aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 20:38:03 +0000
commitdf8334f9247ba4aca231fab539c83a0a986236ee (patch)
tree5b5c3c52714247c636edb8697734738220ded771 /chapter06/util-linux.xml
parent132b7533ed7ba8e6a32b9719e9d70a7089208393 (diff)
HEAD: Retaged the command explanations in Chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml16
1 files changed, 11 insertions, 5 deletions
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</userinput></screen>
</sect2>
-<sect2>
+<sect2 role="installation">
<title>Installation of Util-linux</title>
<para>Util-linux has issues with the Linux 2.6 kernel series - fix these isues
@@ -60,16 +60,22 @@ by applying the following patch:</para>
<para>The meaning of the make parameters:</para>
-<itemizedlist>
-<listitem><para><userinput>HAVE_KILL=yes</userinput>: This prevents the
+<variablelist>
+<varlistentry>
+<term><userinput>HAVE_KILL=yes</userinput></term>
+<listitem><para>This prevents the
<command>kill</command> program (already installed by Procps) from being
built and installed again.</para></listitem>
+</varlistentry>
-<listitem><para><userinput>HAVE_SLN=yes</userinput>: This prevents the
+<varlistentry>
+<term><userinput>HAVE_SLN=yes</userinput></term>
+<listitem><para>This prevents the
<command>sln</command> program (a statically linked
<command>ln</command> already installed by Glibc) from being built and
installed again.</para></listitem>
-</itemizedlist>
+</varlistentry>
+</variablelist>
<para>Now install the package:</para>