]> code.ossystems Code Review - openembedded-core.git/commit
populate-volatile.sh: use 'cp -a' to avoid potential problem
authorChen Qi <Qi.Chen@windriver.com>
Wed, 7 Aug 2013 07:17:15 +0000 (15:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2013 10:14:15 +0000 (11:14 +0100)
commit742440441222e0627abbdd3eb2ee16401e8f4adf
tree40dd4f3d768fd46db9e98ae488179e5c90b4d216
parent08947869917dc5a9dfff05b0ee19279f60cf6d2b
populate-volatile.sh: use 'cp -a' to avoid potential problem

Previously, dead links in target directory will not be copied.
This is incorrect as dead links are not uncommon in our rootfs.
So we use '-a' option instead.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh