From 33ca65cbb0a26273d53cd47030eb2a75e6905340 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 18 Aug 2021 14:10:43 +0800 Subject: [PATCH 1/4] hostreq: fix a hardcoded chapter number --- chapter02/hostreqs.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 0ba38e1db..e513bd92d 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -85,7 +85,9 @@ Linux Kernel-&min-kernel; The reason for the kernel version requirement is that we specify - that version when building glibc in Chapter 6 + that version when building glibc in + and + , at the recommendation of the developers. It is also required by udev. From 4149b6f3530e19883dd782e28df35dbce7cd60e4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 19 Aug 2021 16:30:34 +0800 Subject: [PATCH 2/4] add libnsl as python optional dependency --- appendices/dependencies.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ Berkeley DB, - SQLite, and + libnsl, + SQLite, and Tk From ec3d6a23b45ea59a73fc7a5d8e3c2b08c3e62bf8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 20 Aug 2021 01:20:39 +0800 Subject: [PATCH 3/4] no need to mention dhcpcd/dhclient in systemd revision systemd-networkd supports DHCP. If someone prefers dhcpcd/dhclient he can use systemd-networkd as a temporary tool anyway. --- chapter11/reboot.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index 5ecd2a2f7..a0957309a 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -36,7 +36,8 @@ you to perform copy/paste actions in your virtual terminals. - If you are in a situation where static IP configuration + + If you are in a situation where static IP configuration does not meet your networking requirements, installing a package such as dhcpcd or the client portion of Date: Fri, 20 Aug 2021 01:24:56 +0800 Subject: [PATCH 4/4] mention wpa_supplicant in reboot page --- chapter11/reboot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index a0957309a..bce0e6ea9 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -58,6 +58,11 @@ wget. + To connect to a wireless access point for networking, + install + wpa_supplicant. + + Finally, a review of the following configuration files is also appropriate at this point.