aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-09-13 19:31:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-09-13 19:31:55 +0000
commit0b74af37ec6c08b3def2538e7deb0c55d35d3793 (patch)
treeae82a45831a659997cea852416b191da9e157d19 /chapter06
parentd5b037fcac63292b578c183e3d815120067b2d12 (diff)
added sbus
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kernel.xml4
-rw-r--r--chapter06/man-inst.xml5
2 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/kernel.xml b/chapter06/kernel.xml
index 797769381..3be877efb 100644
--- a/chapter06/kernel.xml
+++ b/chapter06/kernel.xml
@@ -2,8 +2,8 @@
<title>Installing Linux-&kernel-version;</title>
<?dbhtml filename="kernel.html" dir="chapter06"?>
-<screen>Estimated build time: &kernel-time-static;
-Estimated required disk space: &kernel-compsize-static;</screen>
+<screen>Estimated build time: &kernel-time-headers;
+Estimated required disk space: &kernel-compsize-headers;</screen>
&c6-kernel-inst;
&c6-kernel-exp;
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 0c72b3787..acd96c4a2 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -7,8 +7,9 @@
&nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
make &amp;&amp;
cp src/man.conf{,.backup} &amp;&amp;
-sed '/^PAGER/s/-is/-isR/' \
-&nbsp;&nbsp;&nbsp;&nbsp;src/man.conf.backup &gt; src/man.conf &amp;&amp;
+sed -e '/^PAGER/s/-is/-isR/' \
+&nbsp;&nbsp;&nbsp;&nbsp;-e 's%MANPATH[[:space:]]/usr/man%#MANPATH /usr/man%' \
+&nbsp;&nbsp;&nbsp;&nbsp;src/man.conf.backup > src/man.conf &amp;&amp;
make install</userinput></screen></para>
<para>Note: If you wish to disable SGR escape sequences, you should