diff options
Diffstat (limited to 'chapter08/lilo.xml')
-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> |