lilo-inst.xml 1022 B

12345678910111213141516171819202122232425262728
  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 install it:</para>
  10. <para><screen><userinput>make install</userinput></screen></para>
  11. <para>At the end of the installation, a message will appear stating that
  12. <filename>/sbin/lilo</filename> has to be executed. This is pointless because
  13. the <filename>/etc/lilo.conf</filename> file isn't present yet. We will
  14. complete the installation of lilo in Chapter 8.</para>
  15. <para>The standard LILO prompt, or menu, may be replaced by the
  16. LFS logo or any logo you like. Martin Imobersteg has written a
  17. hint about this, which is located at
  18. <ulink url="&hints-root;bootlogo.txt"/>.</para>
  19. </sect2>