Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

This commit is contained in:
Bruce Dubbs 2021-08-20 15:48:12 -05:00
commit 0e89a47eff
3 changed files with 12 additions and 3 deletions

View File

@ -2577,6 +2577,7 @@
<seglistitem> <seglistitem>
<seg> <seg>
<ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>, <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
<ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
<ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
<ulink url="&blfs-book;general/tk.html">Tk</ulink> <ulink url="&blfs-book;general/tk.html">Tk</ulink>
</seg> </seg>

View File

@ -85,7 +85,9 @@
<para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para> <para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
<para>The reason for the kernel version requirement is that we specify <para>The reason for the kernel version requirement is that we specify
that version when building <application>glibc</application> in Chapter&nbsp;6 that version when building <application>glibc</application> in
<xref linkend="chapter-cross-tools"/> and
<xref linkend="chapter-building-system"/>,
at the recommendation of the developers. It is also required by at the recommendation of the developers. It is also required by
udev.</para> udev.</para>

View File

@ -36,7 +36,8 @@
you to perform copy/paste actions in your virtual you to perform copy/paste actions in your virtual
terminals.</para></listitem> terminals.</para></listitem>
<listitem><para>If you are in a situation where static IP configuration <listitem revision="sysv"><para>
If you are in a situation where static IP configuration
does not meet your networking requirements, installing a package does not meet your networking requirements, installing a package
such as <ulink url='&blfs-book;basicnet/dhcpcd.html'>dhcpcd</ulink> such as <ulink url='&blfs-book;basicnet/dhcpcd.html'>dhcpcd</ulink>
or the client portion of <ulink or the client portion of <ulink
@ -57,6 +58,11 @@
<ulink url='&blfs-book;basicnet/wget.html'>wget</ulink>. <ulink url='&blfs-book;basicnet/wget.html'>wget</ulink>.
</para></listitem> </para></listitem>
<listitem><para>To connect to a wireless access point for networking,
install
<ulink url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
</para></listitem>
<listitem><para>Finally, a review of the following configuration files <listitem><para>Finally, a review of the following configuration files
is also appropriate at this point. </para> is also appropriate at this point. </para>