Don\'t know about creating a new initrd.bin, but do you know you can remount / on your 5600 as read/write, change whatever and then remount it read only again? Just do
mount / -o rw,remount
and then this to get it back to read only:
mount / -o ro,remount
I think there\'s about 700KB of flash left to play around with by default. I used this method to put Opera 7 in the ROM, which is about 400KB bigger than Opera 6.
Probably easier than creating your own initrd.bin just to change a couple of images.