aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/utillinux-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/utillinux-inst.sgml')
-rw-r--r--chapter06/utillinux-inst.sgml23
1 files changed, 0 insertions, 23 deletions
diff --git a/chapter06/utillinux-inst.sgml b/chapter06/utillinux-inst.sgml
deleted file mode 100644
index d75e3387f..000000000
--- a/chapter06/utillinux-inst.sgml
+++ /dev/null
@@ -1,23 +0,0 @@
-<sect2>
-<title>Installation of Util-Linux</title>
-
-<para>
-Install Util-Linux by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>sed -e s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;-e s/HAVE_TSORT=no/HAVE_TSORT=yes/
- \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;MCONFIG &gt; MCONFIG~
- &amp;&amp;</userinput>
- <userinput>mv MCONFIG~ MCONFIG &amp;&amp;</userinput>
- <userinput>./configure &amp;&amp;</userinput>
- <userinput>make &amp;&amp;</userinput>
- <userinput>make install</userinput>
-
-</literallayout></blockquote>
-
-</sect2>
-