diff --git a/book/part3.xml b/book/part3.xml index b12546afa..3a42d29ca 100644 --- a/book/part3.xml +++ b/book/part3.xml @@ -2,7 +2,6 @@ Part III - Appendixes &appendixa; -&appendixb; diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index aca4cd22b..d40dc888e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,15 @@ +October 25th, 2002 [timothy]: Chapter 09: Added "What now?" +section. + +October 25th, 2002 [timothy]: Removed +Appendix B. + +October 25th, 2002 [timothy]: Chapter 02: Removed "Which +Platform" section. + October 23rd, 2002 [timothy]: Swapped chapter03 and chapter04. diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml index 6b895ea3e..4c4da4a24 100644 --- a/chapter02/chapter02.xml +++ b/chapter02/chapter02.xml @@ -4,7 +4,6 @@ &c2-aboutlfs; &c2-aboutsbus; -&c2-platform; &c2-askforhelp; diff --git a/chapter02/platform.xml b/chapter02/platform.xml deleted file mode 100644 index 1c0ea4865..000000000 --- a/chapter02/platform.xml +++ /dev/null @@ -1,16 +0,0 @@ - -Which Platform? - - -LFS intends to be, as far as possible, platform independent. Having -said that, the main LFS development work occurs on the x86 platform. We -attempt to include information where possible on differences for other -platforms such as PPC. If you come across a problem compiling which is -not related to the x86 platform, still feel free to ask for help on the -mailing lists. Even better, if you come up with a solution to a -particular problem related to one of the other platforms, please let us -know at the lfs-dev mailing list. We will then (subject to confirming -it works) include that in the book. - - - diff --git a/chapter09/chapter09.xml b/chapter09/chapter09.xml index 19540a54e..48b86a0a4 100644 --- a/chapter09/chapter09.xml +++ b/chapter09/chapter09.xml @@ -5,6 +5,7 @@ &c9-theend; &c9-getcounted; &c9-reboot; +&c9-whatnow; diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 2cb47801f..da568746b 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -2,9 +2,9 @@ Rebooting the system -Now that all software has been installed, bootscripts have been created, -it's time to reboot the computer. Before we reboot let's unmount -$LFS/proc and the LFS partition itself by running: +Now that all of the software has been installed, it's time to reboot +the computer. Before we reboot, let's unmount $LFS/proc and the LFS +partition itself by running: umount $LFS/proc && umount $LFS @@ -46,20 +46,4 @@ command: rm -rf /static -Now that you have finished installing your LFS system, you may -be wondering how to install additional software, such as a web browser. -Your first stop should be the Beyond Linux From Scratch project, which may -be found at . The LFS hints may also prove helpful, -and are located at . On a similar note, if you -are not only a newbie to LFS, but also to Linux in general, you may -find the newbie hint at very -interesting. - -Remember that there are several LFS mailinglists you may subscribe -to if you are in need of help. See for -more information. - -Again, we thank you for using the LFS Book and hope you found this -book useful and worth your time. - diff --git a/chapter09/whatnow.xml b/chapter09/whatnow.xml new file mode 100644 index 000000000..b3458a418 --- /dev/null +++ b/chapter09/whatnow.xml @@ -0,0 +1,40 @@ + +What now? + + +We thank you for reading the LFS Book and hope that you've found this +book useful and worth your time. + +Now that you have finished installing your LFS system, you may be +wondering "What now?". In order to answer that question, we have composed a +list of resources for you. + + +Beyond Linux From Scratch + +The Beyond Linux From Scratch book covers installation procedures +for a wide range of software beyond the scope of the LFS Book. The BLFS +project can be found at . + +LFS Hints + +The LFS Hints are a collection of small, educational documents +submitted by volunteers in the LFS community. The Hints are available at +. + +Mailing lists + +There are several LFS mailinglists you may subscribe to if you are +in need of help. See for more +information. + +The Linux Documentation Project + +The goal of the Linux Documentation Project is to collaborate in +all of the issues of Linux documentation. The LDP features a large collection +of HOWTOs, Guides and man pages; it may be found at +. + + + + diff --git a/entities/appendixb.ent b/entities/appendixb.ent deleted file mode 100644 index 635f38176..000000000 --- a/entities/appendixb.ent +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/entities/chapter09.ent b/entities/chapter09.ent index e60306b60..015ebc72a 100644 --- a/entities/chapter09.ent +++ b/entities/chapter09.ent @@ -2,3 +2,4 @@ + diff --git a/index.xml b/index.xml index 972531915..b9b6cd36d 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + @@ -33,7 +33,6 @@ - @@ -103,7 +102,6 @@ %chapter08; %chapter09; %appendixa; -%appendixb; %autoconf-entities; %automake-entities;