mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
5a66888482
commit
9ad0f03642
@ -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 &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user