summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-04 00:48:58 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-04 00:48:58 (EST)
commit9c7f85669f80b19cf6760d9eb87499d6cfb17d5a (patch)
treec49f640f15353961d2cea1e21ec872c31527b703 /temporary-bootstrap-builder-setup.txt
parentc27a699b732bab1c9aa2931cf2e3cc3d94d64551 (diff)
Fix book name to refer to "Sysroot" branch.
Diffstat (limited to 'temporary-bootstrap-builder-setup.txt')
-rw-r--r--temporary-bootstrap-builder-setup.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index e847bda..013d07a 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -2,13 +2,13 @@ ABOUT THIS GUIDE
================
This is a guide to building a custom BusyBox/Linux-libre system with the GNU
-toolchain. It mostly follows Cross Linux From Scratch version
+toolchain. It mostly follows Cross Linux From Scratch Sysroot version
SVN-0.0.1-20090726-x86, except that it uses more recent versions of software
packages and uses a BusyBox-based userspace rather than a GNU-based one. This
guide assumes the use of a GNU/Linux host system with all the necessary
development software (GCC, GNU Binutils, Subversion, etc.) already installed.
-It is recommended that you read Cross Linux From Scratch version
+It is recommended that you read Cross Linux From Scratch Sysroot version
SVN-0.0.1-20090726-x86 to understand the full build process and the rationale
behind various elements of the setup.