diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-21 16:47:37 +0000 |
commit | 9a0cfdff035593e10b57ea7a89706c7f272f6ddc (patch) | |
tree | f7a38b9a7aa0cad1ca21f7f11a6f14774bea3f19 /chapter06/lilo-inst.xml | |
parent | 17c9ab2c369cedc90103aaabf2ad54626239bb74 (diff) |
Reference to hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/lilo-inst.xml')
-rw-r--r-- | chapter06/lilo-inst.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index 1d69545b0..63f9744c5 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -2,6 +2,13 @@ <title>Installation of Lilo</title> <para> +We have chosen Lilo because we feel confortable with it, but you may wish to +take a look elsewhere. Someone has written a <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/GRUB-Howto.txt">hint on +GRUB</ulink>, an alternative boot loader. +</para> + +<para> Install Lilo by running the following commands: </para> @@ -24,5 +31,11 @@ update. Don't do this as it has no use. The /etc/lilo.conf isn't present 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 +logo instead the the standard LILO prompt or menu. Take a look at it <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/Bootlogo.txt">here</ulink>. +</para> + </sect2> |