diff options
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> |