Updated url's so in txt version when there's no hyperlink, the address

is still available


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-07-10 14:59:01 +00:00
parent 15742b7f22
commit b4ffa369d6
9 changed files with 39 additions and 29 deletions

View File

@ -3,8 +3,9 @@
<para> <para>
Direct all emails to the Direct all emails to the
lfs-discuss mailing list at
<ulink url="mailto:lfs-discuss@linuxfromscratch.org"> <ulink url="mailto:lfs-discuss@linuxfromscratch.org">
lfs-discuss</ulink> mailing list preferably. lfs-discuss@linuxfromscratch.org</ulink> preferably.
</para> </para>
<para> <para>

View File

@ -5,9 +5,10 @@
First, let me tell you that it is possible to build LFS on only one partition, First, let me tell you that it is possible to build LFS on only one partition,
which is where your original distribution is installed. This is not recommended which is where your original distribution is installed. This is not recommended
if it is the first time you try LFS, but may be useful if you are short on disk if it is the first time you try LFS, but may be useful if you are short on disk
space. If you feel brave, take a look at the <ulink space. If you feel brave, take a look at the one partition hint at
url="http://archive.linuxfromscratch.org/lfs-hints/one-partition-hint.txt">one <ulink
partition hint</ulink>. url="http://archive.linuxfromscratch.org/lfs-hints/one-partition-hint.txt">
http://archive.linuxfromscratch.org/lfs-hints/one-partition-hint.txt</ulink>.
</para> </para>
<para> <para>

View File

@ -61,8 +61,9 @@ removing those symbols a lot of disk space can be regained.
<para> <para>
You might find additional information in the optimization hint which can You might find additional information in the optimization hint which can
be found in <ulink url="http://archive.linuxfromscratch.org/lfs-hints"> be found at <ulink
http://archive.linuxfromscratch.org/lfs-hints/</ulink>. url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">
http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>.
</para> </para>
</sect1> </sect1>

View File

@ -12,9 +12,10 @@ possible confusion and errors.
</para> </para>
<para> <para>
Now would be a good time to take a look at the <ulink Now would be a good time to take a look at the optimization hint at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">optimization url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">
hint</ulink> if you plan on using compiler optimization for the packages http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>
if you plan on using compiler optimization for the packages
installed in the following chapter. Compiler optimization can make a program run installed in the following chapter. Compiler optimization can make a program run
faster, but may also cause some compilation problems. If you run into problems faster, but may also cause some compilation problems. If you run into problems
after having used optimization, always try it without optimizing to see if you after having used optimization, always try it without optimizing to see if you

View File

@ -3,9 +3,10 @@
<para> <para>
We have chosen Lilo because we feel confortable with it, but you may wish to We have chosen Lilo because we feel confortable with it, but you may wish to
take a look elsewhere. Someone has written a <ulink take a look elsewhere. Someone has written a hint on GRUB at<ulink
url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">hint on url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">
GRUB</ulink>, an alternative boot loader. http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt</ulink>,
an alternative boot loader.
</para> </para>
<para> <para>
@ -33,8 +34,9 @@ yet. We will complete the installation of lilo in chapter 8.
<para> <para>
Maybe you'll be interested to know that someone wrote a hint on how to get a Maybe you'll be interested to know that someone wrote a hint on how to get a
logo instead the the standard LILO prompt or menu. Take a look at it <ulink logo instead the the standard LILO prompt or menu. Take a look at it at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">here</ulink>. url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">
http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt</ulink>.
</para> </para>
</sect2> </sect2>

View File

@ -14,8 +14,9 @@ Before Man is installed, the man patch file needs to be unpacked.
</literallayout></blockquote> </literallayout></blockquote>
<para> <para>
You may want to take a look at the <ulink You may want to take a look at the man hint at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">man hint</ulink> url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">
http://archive.linuxfromscratch.org/lfs-hints/man.txt</ulink>
which deals with formatting and compression issues for man pages. which deals with formatting and compression issues for man pages.
</para> </para>

View File

@ -12,9 +12,9 @@ intact, setting up networking and starting the daemons that the system uses.
<para> <para>
We will be using SysV style init scripts. We have chosen this style because it We will be using SysV style init scripts. We have chosen this style because it
is widely used and we feel confortable with it. If you want to try something is widely used and we feel confortable with it. If you want to try something
else, someone has written an LFS-Hint on <ulink else, someone has written an LFS-Hint on BSD style init scripts at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt">BSD style init url="http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt">
scripts</ulink>. http://archive.linuxfromscratch.org/lfs-hints/bsd-init.txt</ulink>.
</para> </para>
</sect1> </sect1>

View File

@ -89,9 +89,11 @@ the value <emphasis>0</emphasis> (zero).
</para> </para>
<para> <para>
Now, you may want to take a look at a very good hint explaining <ulink Now, you may want to take a look at a very good hint explaining how we
url="http://archive.linuxfromscratch.org/lfs-hints/time.txt">how we deal with deal with time on LFS at
time on LFS</ulink>. It explains issues such as timezones, UTC, and the TZ <ulink url="http://archive.linuxfromscratch.org/lfs-hints/time.txt">
http://archive.linuxfromscratch.org/lfs-hints/time.txt</ulink>.
It explains issues such as timezones, UTC, and the TZ
environment variable. environment variable.
</para> </para>

View File

@ -74,13 +74,14 @@ active:
<para> <para>
If you are wondering: "Well, where to go now?" you'll be glad to hear that If you are wondering: "Well, where to go now?" you'll be glad to hear that
someone has written an <ulink someone has written an LFS hint on the subject at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt">LFS-Hint url="http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt">
</ulink> http://archive.linuxfromscratch.org/lfs-hints/afterlfs.txt</ulink>.
on that subject. On a same note, if you are not only newbie to LFS, but also On a same note, if you are not only newbie to LFS, but also
newbie to Linux in general, you may find the <ulink newbie to Linux in general, you may find the newbie hint at <ulink
url="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">newbie url="http://archive.linuxfromscratch.org/lfs-hints/newbie.txt">
hint</ulink> very interesting. http://archive.linuxfromscratch.org/lfs-hints/newbie.txt</ulink>
very interesting.
</para> </para>
<para> <para>