lilo-inst.xml 1.2 KB

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