diff options
Diffstat (limited to 'chapter06/lilo-inst.xml')
-rw-r--r-- | chapter06/lilo-inst.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index 1ea435aa0..60f87bc9c 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Lilo</title> @@ -5,10 +7,13 @@ may wish to choose another. Fabio Fracassi has written a hint on GRUB, which is available at <ulink url="&hints-root;grub-howto.txt"/>.</para> -<para>Install Lilo by running the following commands:</para> +<para>Compile Lilo:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> -<para><screen><userinput>make && -make install</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> <para>It appears that compilation of this package fails on certain machines when the -g compiler flag is used. If you can't compile Lilo at |