> I did work on the cmake bundling issue, but stopped since the CMake disk > image builder is not working that well… > I think the best would be to adapt the existing script to build a disk image > directly, depending on the install target. > Benjamin
We could create a target which calls the script with all needed parameters or create such a script with configure_file() which replaces variables which are set by the user or calculated by cmake. Peter