Pointed to BLFS, added hints-index and blfs entities, updated URL in Vim.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-07-08 21:43:36 +00:00
parent 4ad61b4b96
commit de7df318ac
4 changed files with 23 additions and 17 deletions

View File

@ -46,6 +46,9 @@
</itemizedlist> </itemizedlist>
</para></listitem> </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 <listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
the sed command and updated the installation description because init now the sed command and updated the installation description because init now
prints "Sending processes" instead of "Sending all processes".</para></listitem> prints "Sending processes" instead of "Sending all processes".</para></listitem>

View File

@ -8,8 +8,8 @@ commands.</para>
<para>If you don't like vim to be installed as an editor on your LFS system, <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 you may want to download an alternative and install the editor you
prefer. There are a few hints on how to install different editors prefer. There are a few hints on how to install different editors
available at <ulink url="http://hints.linuxfromscratch.org/hints.shtml#editors"/>. available at <ulink url="&hints-index;#editors"/>. Currently there are
Currently there are hints for Emacs, joe, and nano.</para> hints for Emacs, joe, and nano.</para>
<para>Install Vim by running the following commands:</para> <para>Install Vim by running the following commands:</para>

View File

@ -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. 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 Depending on how old your host distribution is, the LFS version may have
more advanced features you need/could use.</para> more advanced features you need/could use.</para>
<para>Either way, run the following to make the lilo version installed <para>Either way, run the following to make the lilo version installed
on LFS active:</para> on LFS active:</para>
<para><screen><userinput>/sbin/lilo</userinput></screen></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 <para>Now that you have finished installing your LFS system, you may
know that Max Schattauer has written a hint on this subject at <ulink be wondering how to install additional software, such as a web browser.
url="&hints-root;afterlfs.txt"/>. On a similar note, if you are not Your first stop should be the Beyond Linux From Scratch project, which may
only a newbie to LFS, but also to Linux in general, you may be found at <ulink url="&blfs-root;"/>. The LFS hints may also prove helpful,
find the newbie hint at <ulink url="&hints-root;newbie.txt"/> very 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> interesting.</para>
<para>Don't forget there are several LFS mailinglists you can subscribe <para>Remember that there are several LFS mailinglists you may subscribe
to if you are in need of help, advice, etc. See to if you are in need of help. See <xref linkend="ch01-maillists"/> for
<xref linkend="ch01-maillists"/> for more information.</para> more information.</para>
<para>Again, we thank you for using the LFS Book and hope you found this <para>Again, we thank you for using the LFS Book and hope you found this
book useful and worth your time.</para> book useful and worth your time.</para>
</sect1> </sect1>

View File

@ -4,14 +4,16 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020703"> <!ENTITY version "20020708">
<!ENTITY releasedate "July 3rd, 2002"> <!ENTITY releasedate "July 8th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">
<!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs"> <!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs">
<!ENTITY http "http://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-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-version "cvs-20020630-1405">
<!ENTITY all-size-kb "97,990 KB"> <!ENTITY all-size-kb "97,990 KB">