diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 4 | ||||
-rw-r--r-- | chapter09/reboot.xml | 27 | ||||
-rw-r--r-- | index.xml | 6 |
4 files changed, 23 insertions, 17 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bb4cac9e5..a40326b97 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,9 @@ </itemizedlist> </para></listitem> +<listitem><para>July 8th, 2002 [timothy]: Chapter 09 - Rebooting the +system: Pointed to BLFS as the next step.</para></listitem> + <listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified the sed command and updated the installation description because init now prints "Sending processes" instead of "Sending all processes".</para></listitem> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 26f5ecc12..fe0910186 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -8,8 +8,8 @@ commands.</para> <para>If you don't like vim to be installed as an editor on your LFS system, you may want to download an alternative and install the editor you prefer. There are a few hints on how to install different editors -available at <ulink url="http://hints.linuxfromscratch.org/hints.shtml#editors"/>. -Currently there are hints for Emacs, joe, and nano.</para> +available at <ulink url="&hints-index;#editors"/>. Currently there are +hints for Emacs, joe, and nano.</para> <para>Install Vim by running the following commands:</para> diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 5e98ae189..aa94a6756 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -33,25 +33,26 @@ booted into LFS. This way you will put the LFS version of LILO in the MBR rather than the one that's there right now from your host system. Depending on how old your host distribution is, the LFS version may have more advanced features you need/could use.</para> - + <para>Either way, run the following to make the lilo version installed on LFS active:</para> - + <para><screen><userinput>/sbin/lilo</userinput></screen></para> - -<para>If you are wondering "what do i do now?", then you will be glad to -know that Max Schattauer has written a hint on this subject at <ulink -url="&hints-root;afterlfs.txt"/>. 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 <ulink url="&hints-root;newbie.txt"/> very + +<para>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 <ulink url="&blfs-root;"/>. The LFS hints may also prove helpful, +and are located at <ulink url="&hints-index;"/>. 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 <ulink url="&hints-root;newbie.txt"/> very interesting.</para> - -<para>Don't forget there are several LFS mailinglists you can subscribe -to if you are in need of help, advice, etc. See -<xref linkend="ch01-maillists"/> for more information.</para> + +<para>Remember that there are several LFS mailinglists you may subscribe +to if you are in need of help. See <xref linkend="ch01-maillists"/> for +more information.</para> <para>Again, we thank you for using the LFS Book and hope you found this book useful and worth your time.</para> </sect1> - @@ -4,14 +4,16 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020703"> -<!ENTITY releasedate "July 3rd, 2002"> +<!ENTITY version "20020708"> +<!ENTITY releasedate "July 8th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs"> <!ENTITY http "http://ftp.linuxfromscratch.org/lfs-packages/cvs"> <!ENTITY hints-root "http://hints.linuxfromscratch.org/hints/"> +<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml"> +<!ENTITY blfs-root "http://beyond.linuxfromscratch.org/"> <!ENTITY all-version "cvs-20020630-1405"> <!ENTITY all-size-kb "97,990 KB"> |