|
@@ -42,7 +42,7 @@ the line <userinput>read-only</userinput> should be changed to
|
|
configuration files with the LFS system's:</para>
|
|
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>
|
|
|
|
|
|
+cp $(grep "image.*=" /etc/lilo.conf | cut -f 2 -d "=") $LFS/boot</userinput></screen></para>
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|
|
|
|
|