diff options
Diffstat (limited to 'chapter08/lilo.xml')
-rw-r--r-- | chapter08/lilo.xml | 19 |
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 &&</userinput> - <userinput>cp $LFS/boot/lfskernel /boot - &&</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 >> /etc/lilo.conf << "EOF"</userinput> - image=/boot/lfskernel - label=lfs - root=<partition> - read-only + image=/boot/lfskernel + label=lfs + root=<partition> + 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> |