diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 19:31:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 19:31:55 +0000 |
commit | 0b74af37ec6c08b3def2538e7deb0c55d35d3793 (patch) | |
tree | ae82a45831a659997cea852416b191da9e157d19 /chapter06 | |
parent | d5b037fcac63292b578c183e3d815120067b2d12 (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.xml | 4 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 5 |
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 @@ ./configure -default -confdir=/etc && make && cp src/man.conf{,.backup} && -sed '/^PAGER/s/-is/-isR/' \ - src/man.conf.backup > src/man.conf && +sed -e '/^PAGER/s/-is/-isR/' \ + -e 's%MANPATH[[:space:]]/usr/man%#MANPATH /usr/man%' \ + src/man.conf.backup > src/man.conf && make install</userinput></screen></para> <para>Note: If you wish to disable SGR escape sequences, you should |