From df0943d5640e05c14a9312045eb1f21f22e93d75 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Sun, 13 Oct 2024 22:10:02 -0700 Subject: [PATCH] minor work --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41b738d..c9bd0ce 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,14 @@ are pretty important to a sane Python environment. See the file `TLS-README.md` for more information. -The `CH08.*` scripts seem to work but I need to audit them against the LFS book -and some of them are missing the running of the tests. Also, I need to add a -way to disable the running of the tests. +After `Master2.sh` has successfully finished, exit the `chroot` and as root +run the `PRENINE.sh`: + root# bash PRENINE.sh + +You can then enter re-enter the chroot (using the same command used before, +it should be in very recent bash history) and proceed to the Chapter Nine +configuration scripts. Chapter Nine Configuration --------------------------