X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=targets%2Fnetboot2%2Fnetboot2-copyfile.sh;h=cc1a118119ea5309e93819bccb1755234b3562f2;hb=be6109e5245e714749077c9fed0707733a749969;hp=1d0290e2d3c8bdd2e76031121993e25efb461372;hpb=57986490ef5e7171c039deedf4371315153d2a54;p=catalyst.git diff --git a/targets/netboot2/netboot2-copyfile.sh b/targets/netboot2/netboot2-copyfile.sh index 1d0290e2..cc1a1181 100644 --- a/targets/netboot2/netboot2-copyfile.sh +++ b/targets/netboot2/netboot2-copyfile.sh @@ -7,7 +7,7 @@ update_env_settings echo ">>> Copying initramfs files to ${clst_merge_path} (in chroot) ..." [ ! -d "${clst_merge_path}" ] && mkdir -p ${clst_merge_path} for f in ${clst_files} -do +do # copy it to the merge path cp -pPRf --parents $(eval echo ${f}) ${clst_merge_path}