diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-19 15:36:47 +0000 |
commit | 99302877e2420aec4721c0be2416c2749361896f (patch) | |
tree | 539fbe19c4c1ece43d94bccda5411d229f764677 /chapter06/lilo-inst.xml | |
parent | 25ef3c3d776fa5f899311075c462d4333cc7f179 (diff) |
Chapter 6 cleanup after conversions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/lilo-inst.xml')
-rw-r--r-- | chapter06/lilo-inst.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index 60f87bc9c..445e877b4 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -16,14 +16,14 @@ GRUB, which is available at <ulink url="&hints-root;grub-howto.txt"/>.</para> <para><screen><userinput>make install</userinput></screen></para> <para>It appears that compilation of this package fails on certain machines -when the -g compiler flag is used. If you can't compile Lilo at -all, you should try to remove the -g value from the CFLAGS variable in the -<filename>Makefile</filename> file.</para> - -<para>At the end of the installation the make install process will print a -message stating that /sbin/lilo has to be executed to complete the -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> +when the <emphasis>-g</emphasis> compiler flag is used. If you can't compile +Lilo at all, you should try to remove the <emphasis>-g</emphasis> value from +the CFLAGS variable in the <filename>Makefile</filename> file.</para> + +<para>At the end of the installation, a message will appear stating that +<filename>/sbin/lilo</filename> has to be executed. This is pointless because +the <filename>/etc/lilo.conf</filename> file isn't present yet. We will +complete the installation of lilo in Chapter 8.</para> <para>The standard LILO prompt, or menu, may be replaced by the LFS logo or any logo you like. Martin Imobersteg has written a |