diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-18 18:14:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-18 18:14:22 +0000 |
commit | 0844c147623519a97f5b1643d680e36ebd4231ce (patch) | |
tree | 1febfd04cfa5fb8c6b3fcc7c8fd85ef50dba524c /chapter06 | |
parent | 860f8cc71da67892f7db5248182d68ceafe45fd9 (diff) |
A couple of text updates. Thanks to Chris Staub for the patch. Fixes #3228.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/kmod.xml | 6 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 74f65a8d7..62f0a67d1 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -501,7 +501,7 @@ mkdir /etc/ld.so.conf.d</userinput></screen> /usr/include/netrom, /usr/include/netrose, /usr/include/nfs, /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc, - /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo</seg> + /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo, /var/db</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 9e1c65c55..48c1585c3 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -55,11 +55,9 @@ <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>lib* and --with-*</parameter></term> + <term><parameter>--with-*</parameter></term> <listitem> - <para>These options enable Kmod to handle compressed kernel modules. - The shell variables are required in order for the xz and zlib headers - and libraries to be found in the absence of pkg-config.</para> + <para>These options enable Kmod to handle compressed kernel modules.</para> </listitem> </varlistentry> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 94cf95a22..dd1195861 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -69,8 +69,9 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <listitem> <para>These switches disable building su, sulogin, and login. They duplicate the same programs provided by <xref - linkend='ch-system-shadow'/>. They also require <ulink - url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink> + linkend='ch-system-shadow'/> and <xref linkend='ch-system-sysvinit'/>. + They also require + <ulink url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink> which is not available in LFS.</para> </listitem> </varlistentry> |