Strictly speaking this is not a bug but may be a typo.
It's stated in the otherwise excellent README file within initrd.gz , and it has been there for ages. In fact it is stated in so many other places that I'm starting to wonder if my English comprehension is at fault. It is also included in @rockedge 's Getting Started guidelines.
The explanation for pfix parameters states:
copy: copy .sfs files into ram
nocopy: do not copy .sfs files into ram (default is copy if ram <= 1024 MB).
Shouldn't it be
nocopy: do not copy .sfs files into ram (default is copy if ram > 1024 MB)
or
nocopy: do not copy .sfs files into ram (default if ram<= 1024 MB)