From 798e18b09fd0d0554c8b333e76f43051cc2f5086 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 13 Nov 2023 09:44:05 -0600 Subject: Minor grammar corrections. Mistakenly removed the remote WIP branch while it's not fully merged yet. Cherry-pick the discarded commit. (cherry picked from commit 2f3f0e9e813f60a88e9f557842a7b9a50cdec50b) --- chapter07/chroot.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/chapter07/chroot.xml b/chapter07/chroot.xml index a8cd5f878..d7367c8ca 100644 --- a/chapter07/chroot.xml +++ b/chapter07/chroot.xml @@ -28,14 +28,13 @@ /bin/bash --login - Again, replace $(nproc) with the number - of logical cores you want to use for building packages in this chapter - and the following chapters if you don't want to use all available - logical cores. The test suites of some packages (notably Autoconf, - Libtool, and Tar) in &ch-final; are not affected by - MAKEFLAGS, they use a TESTSUITEFLAGS - environment variable instead. So we set it here as well for running - these test suites with multiple cores. + If you don't want to use all available logical cores, replace + $(nproc) with the number of logical cores you + want to use for building packages in this chapter and the following + chapters. The test suites of some packages (notably Autoconf, Libtool, + and Tar) in &ch-final; are not affected by MAKEFLAGS, they + use a TESTSUITEFLAGS environment variable instead. We + set set that here as well for running these test suites with multiple cores. The -i option given to the env @@ -60,7 +59,7 @@ in the PATH. This means that the cross toolchain will no longer be used. - Note that the bash prompt will say + Also note that the bash prompt will say I have no name! This is normal because the /etc/passwd file has not been created yet. -- cgit v1.2.3-54-g00ecf