diff options
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 |