diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-20 05:45:11 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-20 05:45:11 +0200 |
commit | c397cd1229ea1cbece503b75107e3cef17b12ed6 (patch) | |
tree | 2cd1264936b4c31ba00c3ee24ad10c629cabb5b3 | |
parent | e05a52a6efe88750f04d642c80baa30f373e718d (diff) | |
parent | 3089d454c0c29589b94fb587bc7be62679816868 (diff) |
Automatic merge of trunk into multilib
-rw-r--r-- | appendices/dependencies.xml | 3 | ||||
-rw-r--r-- | chapter11/reboot.xml | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index f99b47b77..e2a8e2f06 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -2577,7 +2577,8 @@ <seglistitem> <seg> <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>, - <ulink url="&blfs-book;server/sqlite.html"> SQLite</ulink>, and + <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>, + <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and <ulink url="&blfs-book;general/tk.html">Tk</ulink> </seg> </seglistitem> diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index 5ecd2a2f7..bce0e6ea9 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -36,7 +36,8 @@ you to perform copy/paste actions in your virtual 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 such as <ulink url='&blfs-book;basicnet/dhcpcd.html'>dhcpcd</ulink> or the client portion of <ulink @@ -57,6 +58,11 @@ <ulink url='&blfs-book;basicnet/wget.html'>wget</ulink>. </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 is also appropriate at this point. </para> |