aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r--chapter05/kernel-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml
index 99890c9ed..4344904a2 100644
--- a/chapter05/kernel-exp.xml
+++ b/chapter05/kernel-exp.xml
@@ -20,8 +20,8 @@ checks, but what we do care about is that make dep creates those
aforementioned files in $LFS/usr/src/linux/include/linux we will be
needing later on.</para>
-<para><userinput>cp -af ../src/linux/include/linux .</userinput> and
-<userinput>mkdir asm &amp;&amp; cp -af ../src/linux/include/asm/* .</userinput>:
+<para><userinput>cp -a ../src/linux/include/linux .</userinput> and
+<userinput>mkdir asm &amp;&amp; cp -a ../src/linux/include/asm/* .</userinput>:
These commands copy the kernel headers in the
<filename>$LFS/usr/include</filename> directory.</para>