diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-23 01:34:43 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-23 01:34:43 +0000 |
commit | 0d181c4947362230200811277a427f8303078540 (patch) | |
tree | f4b2cf1f018bd14bcc577e873b95193e18d2ec2c /chapter05/kernel-inst.xml | |
parent | 9682185da10e790cbd138945bbb097650fcd70a9 (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.xml | 2 |
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 &&</userinput> <userinput>make dep &&</userinput> <userinput>cd $LFS/usr/include &&</userinput> - <userinput>cp -R ../src/linux/include/linux . &&</userinput> + <userinput>cp -a ../src/linux/include/linux . &&</userinput> <userinput>mkdir asm &&</userinput> <userinput>cp -a ../src/linux/include/asm/* asm</userinput> </literallayout></blockquote> |