diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-10 02:02:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-10 02:02:15 +0000 |
commit | 9ad0f036422cecd65e84667209165d82d0604f37 (patch) | |
tree | 261457772fddf659fa9fe09801eaca55fc0bff58 /chapter08 | |
parent | 5a66888482acadba79cf0781e0c066b55989f760 (diff) |
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
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 65499da51..336728c7a 100644 --- a/chapter08/lilo.xml +++ b/chapter08/lilo.xml @@ -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> |