aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/lilo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/lilo.xml')
-rw-r--r--chapter08/lilo.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml
index 3c1d29157..598eb334f 100644
--- a/chapter08/lilo.xml
+++ b/chapter08/lilo.xml
@@ -20,9 +20,8 @@ First we'll exit chroot and copy the lfskernel file to the host system:
<blockquote><literallayout>
- <userinput>logout &amp;&amp;</userinput>
- <userinput>cp $LFS/boot/lfskernel /boot
- &amp;&amp;</userinput>
+ <userinput>logout</userinput>
+ <userinput>cp $LFS/boot/lfskernel /boot</userinput>
</literallayout></blockquote>
@@ -34,10 +33,10 @@ choose LFS when booting the computer:
<literallayout>
<userinput>cat &gt;&gt; /etc/lilo.conf &lt;&lt; "EOF"</userinput>
- image=/boot/lfskernel
- label=lfs
- root=&lt;partition&gt;
- read-only
+ image=/boot/lfskernel
+ label=lfs
+ root=&lt;partition&gt;
+ read-only
<userinput>EOF</userinput>
</literallayout>
@@ -77,5 +76,11 @@ in the $LFS/etc/lilo.conf file so that it does look for them in the
/boot directory.
</para>
+<para>
+As soon as we have booted into LFS we can run
+<userinput>/sbin/lilo</userinput> from the LFS system in order to have
+the latest Lilo version in the MBR.
+</para>
+
</sect1>