aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-23 01:34:43 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-23 01:34:43 +0000
commit0d181c4947362230200811277a427f8303078540 (patch)
treef4b2cf1f018bd14bcc577e873b95193e18d2ec2c /chapter05/kernel-inst.xml
parent9682185da10e790cbd138945bbb097650fcd70a9 (diff)
Changed cp -R to cp -a (we may as well preserve the symlinks and
ownerships inside the 'linux' directory like we do with the files inside the 'asm' directory) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index 45e8f9471..ea87ebb35 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -18,7 +18,7 @@ The kernel configuration file is created by running the following command:
<userinput>yes "" | make config &amp;&amp;</userinput>
<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 -a ../src/linux/include/linux . &amp;&amp;</userinput>
<userinput>mkdir asm &amp;&amp;</userinput>
<userinput>cp -a ../src/linux/include/asm/* asm</userinput>
</literallayout></blockquote>