Comment 2 for bug 526305

Revision history for this message
Kano (master-kanotix) wrote :

This is used for copying:

cp -a ${copyfrom}/* ${copyto} # "cp -a" from busybox also copies hidden files

The problem is that only

cp -a ${copyfrom}/ ${copyto} # "cp -a" from busybox also copies hidden files

without the * copies hidden files, when you add a * it does not. As the .disk dir is not copied a name for the "disk" is asked with the result that it does not boot. So the bug is definitely NOT fixed.