aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:51:15 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:51:15 +0000
commit5406b139fb11b3010fb90d65b536b443d9223bc9 (patch)
tree75b696b33540c97ac118da425c787687b1b53145 /chapter06
parent51a594db0dfe14b88afea6163de0519a03626b6c (diff)
Billy's kbd conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kbd-exp.xml9
-rw-r--r--chapter06/kbd-inst.xml26
-rw-r--r--chapter06/kbd.xml5
3 files changed, 24 insertions, 16 deletions
diff --git a/chapter06/kbd-exp.xml b/chapter06/kbd-exp.xml
deleted file mode 100644
index 2654d238d..000000000
--- a/chapter06/kbd-exp.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>:
-This patch changes a Makefile so some utilities that are not installed by
-default (setlogcons, setvesablank and getunimap) are installed.</para>
-
-</sect2>
-
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml
index 04539cf33..bdf52b636 100644
--- a/chapter06/kbd-inst.xml
+++ b/chapter06/kbd-inst.xml
@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Kbd</title>
@@ -9,11 +11,27 @@ utilities.</para>
<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
-<para>Install Kbd by running the following commands:</para>
+<para>Prepare Kbd to be compiled:</para>
+
+<para><screen><userinput>
+./configure</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
+
+</sect2>
+
+<sect2>
+<title>Command explanations</title>
-<para><screen><userinput>./configure &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput>:
+This patch changes a Makefile so some utilities that are not installed by
+default (setlogcons, setvesablank and getunimap) are installed.</para>
</sect2>
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 126c78a19..5e9fc3830 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -5,10 +5,9 @@
<screen>Estimated build time: &kbd-time;
Estimated required disk space: &kbd-compsize;</screen>
-&c6-kbd-inst;
-&c6-kbd-exp;
-&aa-kbd-desc;
+&aa-kbd-shortdesc;
&aa-kbd-dep;
+&c6-kbd-inst;
</sect1>