From 5e49531c2381fa865fbf026812be54781da9e1d3 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 29 Aug 2003 23:20:53 +0000 Subject: Adding some missing markup, and changing remaining /static's to /stage1's. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/introduction.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/introduction.xml') diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 68456fc4e..421c6eb8d 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -25,11 +25,11 @@ optimization and see if the problem goes away. The order in which packages are installed in this chapter has to be strictly followed, to ensure that no program gets a path referring -to /static hard-wired into it. +to /stage1 hard-wired into it. For the same reason, do not compile packages in parallel. Compiling in parallel may save you some time (especially on dual-CPU machines), but it could result in a program containing a -hard-wired path to /static, +hard-wired path to /stage1, which will cause the program to stop working when the static directory is removed. -- cgit v1.2.3-54-g00ecf