mtab a real file now
[linux_from_scratch.git] / BOOK / chapter06 / lilo-inst.xml
blob995f4c29043f6b9120bb5bd75892c6570e286c29
1 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
3 <sect2>
4 <title>Installation of Lilo</title>
6 <para>We have chosen Lilo as a boot loader because we feel comfortable with it, but you 
7 may wish to choose another. Fabio Fracassi has written a hint on 
8 GRUB, which is available at <ulink url="&hints-root;grub-howto.txt"/>.</para>
10 <para>Compile Lilo:</para>
12 <para><screen><userinput>make</userinput></screen></para>
14 <para>And finish off installing the package:</para>
16 <para><screen><userinput>make install</userinput></screen></para>
18 <para>At the end of the installation, a message will appear stating that
19 <filename>/sbin/lilo</filename> has to be executed. This is pointless because
20 the <filename>/etc/lilo.conf</filename> file isn't present yet. We will
21 complete the installation of lilo in Chapter 8.</para>
23 <para>The standard LILO prompt, or menu, may be replaced by the
24 LFS logo or any logo you like. Martin Imobersteg has written a
25 hint about this, which is located at 
26 <ulink url="&hints-root;bootlogo.txt"/>.</para>
28 </sect2>