lilo-inst.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Lilo</title>
  4. <para>We have chosen Lilo as a boot loader because we feel comfortable with it, but you
  5. may wish to choose another. Fabio Fracassi has written a hint on
  6. GRUB, which is available at <ulink url="&hints-root;grub-howto.txt"/>.</para>
  7. <para>Compile Lilo:</para>
  8. <para><screen><userinput>make</userinput></screen></para>
  9. <para>And finish off installing the package:</para>
  10. <para><screen><userinput>make install</userinput></screen></para>
  11. <para>It appears that compilation of this package fails on certain machines
  12. when the <emphasis>-g</emphasis> compiler flag is used. If you can't compile
  13. Lilo at all, you should try to remove the <emphasis>-g</emphasis> value from
  14. the CFLAGS variable in the <filename>Makefile</filename> file.</para>
  15. <para>At the end of the installation, a message will appear stating that
  16. <filename>/sbin/lilo</filename> has to be executed. This is pointless because
  17. the <filename>/etc/lilo.conf</filename> file isn't present yet. We will
  18. complete the installation of lilo in Chapter 8.</para>
  19. <para>The standard LILO prompt, or menu, may be replaced by the
  20. LFS logo or any logo you like. Martin Imobersteg has written a
  21. hint about this, which is located at
  22. <ulink url="&hints-root;bootlogo.txt"/>.</para>
  23. </sect2>