aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 18:47:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 18:47:55 +0000
commit931e765cbe1f0151a90c3abb65adbc8b0e6128db (patch)
treeaec87747a9f417a8b18a3ee23b4295eb8cbd7511 /chapter05/kernel-inst.xml
parent74691747b8c3610773e173bd6f0d68dcc565b2f4 (diff)
Last change for today:
mkdir asm && cp -a ../src/linux/include/asm/* asm git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index f15a4bc5c..45e8f9471 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -19,7 +19,8 @@ The kernel configuration file is created by running the following command:
<userinput>make dep &amp;&amp;</userinput>
<userinput>cd $LFS/usr/include &amp;&amp;</userinput>
<userinput>cp -R ../src/linux/include/linux . &amp;&amp;</userinput>
- <userinput>cp -R ../src/linux/include/asm .</userinput>
+ <userinput>mkdir asm &amp;&amp;</userinput>
+ <userinput>cp -a ../src/linux/include/asm/* asm</userinput>
</literallayout></blockquote>
</sect2>