From 681e11a0b669b2a1efa04a71af2211a2d0c73593 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 11 Mar 2023 19:04:09 -0600 Subject: [PATCH 1/3] Typos from rhubarbpieguy --- chapter10/kernel.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index ce7ebd61a..f97ba2758 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -64,14 +64,14 @@ For general information on kernel configuration see . Additional information about configuring and building the kernel can be found at . These refereces are a bit + url="http://www.kroah.com/lkn/"/>. These references are a bit dated, but still give a reasonable overview of the process. If all else fails, you can ask for help on the lfs-suport - mailing list. Note that suscribing is required in order for the list + url="https://www.linuxfromscratch.org/mail.html">lfs-support + mailing list. Note that subscribing is required in order for the list to avoid spam. From c6fa6912e155ff5e6d44bd32e9745c5dad146a9d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 11 Mar 2023 23:11:16 -0600 Subject: [PATCH 2/3] Update a link --- chapter10/kernel.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index f97ba2758..c510323d7 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -64,7 +64,8 @@ For general information on kernel configuration see . Additional information about configuring and building the kernel can be found at . These references are a bit + url="&anduin-sources;/kernel-nutshell/"/>. + These references are a bit dated, but still give a reasonable overview of the process. From 5fa9f630cd36e5add61379c7003d809c4acca75b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 12 Mar 2023 00:26:41 -0600 Subject: [PATCH 3/3] Add a pointer to troubleshooting boot problems --- chapter11/reboot.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index 809d9bb70..d1ae5917d 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -75,6 +75,12 @@ + + + Ensure a password is set for the root user. + + + A review of the following configuration files @@ -133,7 +139,21 @@ umount -v $LFS Assuming the GRUB boot loader was set up as outlined earlier, the menu is set to boot LFS &version; automatically. - When the reboot is complete, the LFS system is ready for use and - more software may be added to suit your needs. + When the reboot is complete, the LFS system is ready for use. What you + will see is a simple login: prompt. At this point, you can + proceed to + + + the BLFS Book + + + the BLFS Book + where you can add more software to suit your needs. + + + If your reboot is not successful, it + is time to troubleshoot. For hints on solving inital booting problems, see + . +