From 607c737036cb01e1bd01e44d89e510086927fdf7 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 14 Apr 2001 01:29:56 +0000 Subject: Grammar updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/introduction.xml | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'chapter05/introduction.xml') diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 3efec924c..de413dc92 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -3,10 +3,10 @@ In the following chapters we will install all the software that belongs to -a basic Linux system. After a user is done with this chapter he has a -fully working Linux system. The remaining chapters deal with setting up -networking, creating the boot scripts and adding an entry to lilo.conf so -that the LFS system can be booted. +a basic Linux system. After you're done with this and the next chapter, +you'll have a fully working Linux system. The remaining chapters deal +with creating the boot scripts, making the LFS system bootable and +setting up basic networking. @@ -27,23 +27,17 @@ package and in Appendix A as well. -We're about to start with installing the first set of packages. These -packages will be, as previously explained, linked statically. +During the installation of various packages, you will more than likely see +all kinds of compiler warnings scrolling by on the screen. These are +normal and can be safely ignored. They are just that, warnings (mostly +about improper use of the C or C++ syntax, but not illegal use. It's just +that, often, C standards changed and packages still use the old standard +which is not a problem). -During the installation of various packages, the user will most likely see -compiler warnings scrolling by on the screen. These are normal and can -be safely ignored. They are just that, warnings (mostly about improper -use of the C or C++ syntax, but not illegal use. It's just that, often, C -standards changed and packages still use the old standard which is not a -problem). - - - -Before we start, it should be made sure the LFS environment variable was -setup -if it was planned to be used, by running the following command: +Before we start, make sure the LFS environment variable is setup +properly if you decided to make use of it. Run the following:
@@ -52,5 +46,10 @@ if it was planned to be used, by running the following command:
+ +Check to make sure the output contains the correct directory to the LFS +partition's mount point (/mnt/lfs for example). + + -- cgit v1.2.3-54-g00ecf