lilo-inst.xml 812 B

123456789101112131415161718192021222324252627282930
  1. <sect2>
  2. <title>Installation of Lilo</title>
  3. <para>
  4. Install Lilo by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>make &amp;&amp;</userinput>
  8. <userinput>make install</userinput>
  9. </literallayout></blockquote>
  10. <para>
  11. It appears that compilation of this package fails on certain machines
  12. when the -g compiler flag is being used. If a user can't compile Lilo at
  13. all, he should try to remove the -g value from the CFLAGS variable in the
  14. <filename>Makefile</filename> file.
  15. </para>
  16. <para>
  17. At the end of the installation the make install process will print a
  18. message stating that /sbin/lilo has to be executed to complete the
  19. update. Don't do this as it has no use. The /etc/lilo.conf isn't present
  20. yet. We will complete the installation of lilo in chapter 8.
  21. </para>
  22. </sect2>