diff options
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 16 |
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> |