diff options
Diffstat (limited to 'chapter08/lilo.xml')
-rw-r--r-- | chapter08/lilo.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml index d49e6a051..1c57dada6 100644 --- a/chapter08/lilo.xml +++ b/chapter08/lilo.xml @@ -14,7 +14,7 @@ the host system or the LFS system).</para> system:</para> <para><screen><userinput>logout</userinput> -<userinput>cp -f $LFS/boot/lfskernel /boot</userinput></screen></para> +<userinput>cp $LFS/boot/lfskernel /boot</userinput></screen></para> <para>The next step is adding an entry to /etc/lilo.conf so that we can choose LFS when booting the computer:</para> @@ -40,8 +40,8 @@ the line <userinput>read-only</userinput> should be changed to <para>The last step is syncing the host system lilo config. files with the LFS system:</para> -<para><screen><userinput>cp -f /etc/lilo.conf $LFS/etc &&</userinput> -<userinput>cp -f <kernel images> $LFS/boot</userinput></screen></para> +<para><screen><userinput>cp /etc/lilo.conf $LFS/etc &&</userinput> +<userinput>cp <kernel images> $LFS/boot</userinput></screen></para> <para>To find out which kernel images files are being used, look at the /etc/lilo.conf file and find the lines starting with |