diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 18:14:51 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 18:14:51 +0000 |
commit | d39f322dd7f273c9e41d85a4d7ff4a0f5dd42f92 (patch) | |
tree | 8fea18d0594be94749b323ba1afca67573ea1c6e | |
parent | d1fe567e5150314126c8139b71195cd2c609a425 (diff) |
Updated explanation to talk about cp -a, not cp -R
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/kernel-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index a89022963..517e5faa3 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -27,7 +27,7 @@ needing later on. </para> <para> -<userinput>cp -R ../src/linux/include/linux .</userinput> and +<userinput>cp -a ../src/linux/include/linux .</userinput> and <userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>: These commands copy the kernel headers in the <filename>$LFS/usr/include</filename> directory. |