diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-02-26 23:18:28 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-02-26 23:18:28 -0600 |
commit | 18d4d6d2d790c9586c6232f06e3c5195e323893c (patch) | |
tree | 4200d5b2125c9c599bbed3e213d61fe9e8560838 | |
parent | cbd0a9a98e1fc17cf652b6db5fa223fe5b3043fa (diff) |
Do a minor reword in networkd.xml and move Firmware Drivers to the
Device Drivers section in the systemd kernel configuration.
-rw-r--r-- | chapter09/networkd.xml | 2 | ||||
-rw-r--r-- | chapter10/kernel.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter09/networkd.xml b/chapter09/networkd.xml index 63e67d000..e7b876785 100644 --- a/chapter09/networkd.xml +++ b/chapter09/networkd.xml @@ -61,7 +61,7 @@ system is booted. So it's unreliable to determine the interface names being used in LFS system by running those commands on the host distro, - <emphasis>even though in the chroot environment</emphasis>.</para> + <emphasis>even though you are in the chroot environment</emphasis>.</para> </note> <para> diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 396573170..82a581767 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -124,14 +124,14 @@ Device Drivers ---> [*] open by fhandle syscalls [CONFIG_FHANDLE] CPU/Task time and stats accounting ---> [*] Pressure stall information tracking [CONFIG_PSI] -Firmware Drivers ---> - [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] General architecture-dependent options ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] Networking support ---> Networking options ---> <*> The IPv6 protocol [CONFIG_IPV6] Device Drivers ---> + Firmware Drivers ---> + [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] Graphics support ---> Frame buffer Devices ---> [*] Support for frame buffer devices ---- |