aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/lilo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/lilo.xml')
-rw-r--r--chapter08/lilo.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml
index 598eb334f..bacecdc49 100644
--- a/chapter08/lilo.xml
+++ b/chapter08/lilo.xml
@@ -19,10 +19,8 @@ First we'll exit chroot and copy the lfskernel file to the host system:
</para>
<blockquote><literallayout>
-
<userinput>logout</userinput>
<userinput>cp $LFS/boot/lfskernel /boot</userinput>
-
</literallayout></blockquote>
<para>
@@ -31,14 +29,12 @@ choose LFS when booting the computer:
</para>
<literallayout>
-
<userinput>cat &gt;&gt; /etc/lilo.conf &lt;&lt; "EOF"</userinput>
image=/boot/lfskernel
label=lfs
root=&lt;partition&gt;
read-only
<userinput>EOF</userinput>
-
</literallayout>
<para>
@@ -50,9 +46,7 @@ Now the boot loader gets updated by running:
</para>
<blockquote><literallayout>
-
<userinput>/sbin/lilo</userinput>
-
</literallayout></blockquote>
<para>
@@ -61,10 +55,8 @@ LFS system:
</para>
<blockquote><literallayout>
-
<userinput>cp /etc/lilo.conf $LFS/etc &amp;&amp;</userinput>
<userinput>cp &lt;kernel images&gt; $LFS/boot</userinput>
-
</literallayout></blockquote>
<para>