on mkinitrd there is an IMAGESIZE variable that is supposed to hold the Image Size of the file that should be created, but is not used. dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null
will be fixed in next raw hide release.