From 0d181c4947362230200811277a427f8303078540 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 23 May 2001 01:34:43 +0000 Subject: 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 --- chapter05/kernel-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/kernel-inst.xml') 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: yes "" | make config && make dep && cd $LFS/usr/include && - cp -R ../src/linux/include/linux . && + cp -a ../src/linux/include/linux . && mkdir asm && cp -a ../src/linux/include/asm/* asm -- cgit v1.2.3-54-g00ecf