fixed bug in regexp. Changed image= to images.*= to allow for "images =" as well

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-03-10 02:02:15 +00:00
parent 5a66888482
commit 9ad0f03642

View File

@ -42,7 +42,7 @@ the line <userinput>read-only</userinput> should be changed to
configuration files with the LFS system's:</para>
<para><screen><userinput>cp /etc/lilo.conf $LFS/etc &amp;&amp;
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>