diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:38:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:38:47 +0000 |
commit | 4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d (patch) | |
tree | 8fa3ab5367dc2725d0a5c7d1b5cfd798e46b819b /chapter08 | |
parent | b74e415582bf90f1189d9546cfd07b902b6f8e0a (diff) |
Applied Zack's various-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/lilo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml index 336728c7a..4c7cb1fa0 100644 --- a/chapter08/lilo.xml +++ b/chapter08/lilo.xml @@ -41,7 +41,7 @@ the line <userinput>read-only</userinput> should be changed to <para>The last step is synchronizing the host system's lilo configuration files with the LFS system's:</para> -<para><screen><userinput>cp /etc/lilo.conf $LFS/etc && +<para><screen><userinput>cp /etc/lilo.conf $LFS/etc cp $(grep "image.*=" /etc/lilo.conf | cut -f 2 -d "=") $LFS/boot</userinput></screen></para> </sect1> |