@olsen
@Thomas Richter
Thank you both for explaining the difficult situation regarding both the CDTV and the CD32.
I believe prod_prep is often forgotten, underlooked and unapreciated, and it is a very powerful tool that all amiga users should know about. Dealing with it, is certainly not easy, and could be made a little bit less difficult by including an amigaguide manual with plenty usage examples.
"prod_prep" certainly lacks documentation (as in: there is none even in the Commodore archives, unless you count the actual source code as the only documentation). Looks like now we'll just might have to write some after all.
While "prod_prep" is useful, its inner workings are not as robust as they should be. The command processing would need to be rewritten, for example, and we haven't even touched the tricky parts which deal with media size detection that are unchanged since about 1991 (the code assumes a sector size of 512 bytes, which is how the maximum disk size limit of 2.2 Terabytes comes about). The current state just about works, but it's not on the same level as HDToolBox is right now. Question is whether "prod_prep" really needs that extra bit of work & polish to make it look, well, like somebody actually cared about making it work properly and reliably.
From how it looks, "prod_prep" was branched off HDToolBox at some point in the late 1980'ies. While HDToolBox was still being updated until about 1993, none of the changes seem to have found their way back to "prod_prep". This was really an in-house tool, and not meant for anything else. It replaced even older tools (1986/1987) which the engineers put together who made the first Commodore hard disk controller work.
I personally use prod_prep for deploying my own customized system/workbench to my amigas from within a simple script. It is very small and it is a formidable tool for emergency install floppies, where space is severely restricted. This way you save space for other important components and dont need to put both format and hdtoolbox which are quite large compared to prod_prep. Furthermore, it is a bonus that you are not required to use it in an interactive way and that you can fully automate it.
Yes, "prod_prep" is a unique solution to a whole bag of problems. The scriptable partitioning tool is useful, if not essential. If only the implementation weren't so rickety from top to bottom

What about picture.datatype? Do you still have the v45 sources? And even a v45 rebuild without the infamous StormC compiler would be apreciated. I dont enjoy the fat binary aspect of its last incarnation in 3.9. I dont want to deal with code that I wont use. But I still want the 24 bit support.
And of course, I wont even need to mention all the datatypes that need updates. It seems a lot of work is here waiting to drive you crazy. 
Yes, the code is still around, minus the PPC bits which came from Haage & Partner.
I'm not so sure we'll have to open the whole datatypes classes collection of 100% natural organic canned worms right now. In my opinion the basic classes (sound, picture, text, AmigaGuide) should work sufficiently well for a little while longer. If I remember correctly, I put the 24 bit ILBM support into picture.datatype (with quantization and dithering) and the ilbm.datatype, so that should still work.
Regarding audio.device: do you have some plans to somehow incorporate AHI into it, so that old applications can finally become more friendly with soundcards? Afterall, unlike the RTG scenario, AHI is open source and it has become the unique and default standard for modern audio applications with no other counterpart attempting to replicate that on the Amiga.
I believe that audio.device is not supposed to be replaced in ROM. It has a peculiar API (ha!) and offers functionality which is not available in AHI because audio.device is not intended to be more than the thinnest possible layer on top of the sound hardware (it's also possibly the oldest operating system component in ROM, virtually unchanged since Sam Dicker wrote it in the dawn of the Amiga). So thin that in the "good old days" software was making assumptions of how audio.device used the hardware.
Whether AHI can be layered on top of audio.device in the future is a different question. Again: 100% natural organic canned worms waiting for somebody to get careless with a can opener

Speaking about usefull commands, yes, my idea was to have both reboot and findresident installed. BTW, will you also include "warnifpressed". I believe you have the sources for all of these.
Yes, "warnifpressed" is available, too, but it's not one of the installer dependencies. It needs lowlevel.library to be installed, which is in ROM on the CD32, but not on the AmigaOS 3.1 installation disk.